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

Merge branch 'develop' into 'main'

Update CI configuration

See merge request !1
parents b168ff6e b95b1097
No related branches found
No related tags found
1 merge request!1Update CI configuration
Pipeline #1005858 failed
include:
- project: gitlab-ci-cd/general
ref: main
file: '/tagrelease.yml'
variables:
SUPPORT_LATEST_TAG: 1
VERSION: ${CI_COMMIT_TAG}
before_script:
......@@ -12,6 +6,8 @@ before_script:
Unlighthouse:
stage: build
tags:
- default
script:
- docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE} .
- docker push ${CI_REGISTRY_IMAGE}:${VERSION}
......
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