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

gitlab-ci-template: update to 2.1.1

parent 901d62eb
No related branches found
No related tags found
No related merge requests found
Pipeline #14562 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.0 image: quay.io/sheogorath/build-ah-engine:2.1.1
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"
...@@ -66,7 +66,7 @@ container-tagging: ...@@ -66,7 +66,7 @@ container-tagging:
inherit: inherit:
default: false default: false
variables: true variables: true
image: quay.io/sheogorath/build-ah-engine:2.1.0 image: quay.io/sheogorath/build-ah-engine:2.1.1
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