Skip to content
Snippets Groups Projects
Commit 8d74cf7a authored by jurgenhaas's avatar jurgenhaas
Browse files

skip-tag

parents 4d3850d5 0bfd8db1
No related branches found
No related tags found
1 merge request!13Create latest tag for all images skip-tag
......@@ -14,6 +14,7 @@ setup:
stage: build
script:
- docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}/setup:${VERSION} ./setup
- docker push ${CI_REGISTRY_IMAGE}/setup:${VERSION}
- docker tag ${CI_REGISTRY_IMAGE}/setup:${VERSION} ${CI_REGISTRY_IMAGE}/setup:latest
- docker push ${CI_REGISTRY_IMAGE}/setup:latest
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment