Test_Johanne/.drone.yaml

21 lines
405 B
YAML
Raw Permalink Normal View History

2025-03-06 10:42:20 +01:00
kind: pipeline
type: docker
name: Build & publish docker image
steps:
- name: publish-image
pull: always
image: plugins/kaniko:1.7.1-kaniko1.9.1
settings:
tags: ${DRONE_TAG##v}
registry: code.groupe-genes.fr
2025-03-06 11:00:50 +01:00
repo: code.groupe-genes.fr/labeds/test_johanne
2025-03-06 10:42:20 +01:00
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- tag