Téléverser les fichiers vers "/"

This commit is contained in:
Johanne TROTIN 2025-03-30 17:46:54 +02:00
parent b634a59951
commit ec71986ad4

20
drone.yaml Normal file
View File

@ -0,0 +1,20 @@
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
repo: code.groupe-genes.fr/labeds/cours_nunez
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- tag