Skip to content
Snippets Groups Projects
Verified Commit adc713b5 authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

gitlab-ci-template: use 2.1.2 image

parent 46ba93ec
Branches
Tags 1.29.0
No related merge requests found
Pipeline #14567 skipped
......@@ -13,7 +13,7 @@ variables:
inherit:
default: false
variables: true
image: quay.io/sheogorath/build-ah-engine:2.1.1
image: quay.io/sheogorath/build-ah-engine:2.1.2
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- export VCS_REF="$CI_COMMIT_SHA"
......@@ -75,7 +75,7 @@ container-tagging:
inherit:
default: false
variables: true
image: quay.io/sheogorath/build-ah-engine:2.1.1
image: quay.io/sheogorath/build-ah-engine:2.1.2
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- export BUILD_DATE="$(date --rfc-3339 ns)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment