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 2.1.3
No related merge requests found
Pipeline #14567 skipped
...@@ -13,7 +13,7 @@ variables: ...@@ -13,7 +13,7 @@ variables:
inherit: inherit:
default: false default: false
variables: true variables: true
image: quay.io/sheogorath/build-ah-engine:2.1.1 image: quay.io/sheogorath/build-ah-engine:2.1.2
before_script: before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- export VCS_REF="$CI_COMMIT_SHA" - export VCS_REF="$CI_COMMIT_SHA"
...@@ -75,7 +75,7 @@ container-tagging: ...@@ -75,7 +75,7 @@ container-tagging:
inherit: inherit:
default: false default: false
variables: true variables: true
image: quay.io/sheogorath/build-ah-engine:2.1.1 image: quay.io/sheogorath/build-ah-engine:2.1.2
before_script: before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- export BUILD_DATE="$(date --rfc-3339 ns)" - 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