From d125efd39bf16044f75bab168e5fd0fdb5ac3d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 16 May 2022 09:43:50 +0200 Subject: [PATCH] on ci, tag docker image with git tag --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---