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

Update CI configuration

parent b95b1097
No related branches found
No related tags found
1 merge request!2Update CI configuration
......@@ -9,7 +9,7 @@ Unlighthouse:
tags:
- default
script:
- docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE} .
- docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}:${VERSION} .
- docker push ${CI_REGISTRY_IMAGE}:${VERSION}
- docker tag ${CI_REGISTRY_IMAGE}:${VERSION} ${CI_REGISTRY_IMAGE}:latest
- docker push ${CI_REGISTRY_IMAGE}:latest
......
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