diff --git a/.drone.yml b/.drone.yml index 5049acc..720b45b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: dockerfile: presentation/Dockerfile context: presentation/ repo: h3m6q87t.gra7.container-registry.ovh.net/vendeeformation/presentation - tag: latest + tag: ${DRONE_TAG:=latest} pull_image: true ---