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

Update CI configuration

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