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

Merge branch 'develop' into 'main'

Update CI configuration

See merge request !2
parents a147f888 f86e30a7
No related branches found
No related tags found
1 merge request!2Update CI configuration
Pipeline #1336536 passed
......@@ -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