on ci, tag docker image with git tag

This commit is contained in:
Julien Fastré 2022-05-16 09:43:50 +02:00
parent 58811fcb66
commit d125efd39b
1 changed files with 1 additions and 1 deletions

View File

@ -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
---