Skip to content
Snippets Groups Projects
Commit 24ed0918 authored by jurgenhaas's avatar jurgenhaas
Browse files

#15 Remove the tag "latest" from the run image, we always use a specific version number

parent 1cd2c442
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,7 @@ run:
stage: build
script:
- docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}/run:${VERSION} ./run
- docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}/run:latest ./run
- docker push ${CI_REGISTRY_IMAGE}/run:${VERSION}
- docker push ${CI_REGISTRY_IMAGE}/run:latest
only:
- tags
......
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