Merge branch 'updateCI' into 'main'

update ci to push all tags

See merge request v3/service/auth!33
This commit is contained in:
Sylvain Briat 2023-04-05 09:48:22 +00:00
commit f16508f8e5
1 changed files with 1 additions and 2 deletions

View File

@ -45,10 +45,9 @@ build:
docker build
--pull
--cache-from $CI_REGISTRY_IMAGE:latest
--tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
--tag $CI_REGISTRY_IMAGE:$VERSION
--tag $CI_REGISTRY_IMAGE:latest
.
- docker push $CI_REGISTRY_IMAGE:latest
- docker push $CI_REGISTRY_IMAGE
only:
- main