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

update version string to 2.1.0

parent af03e1c8
Branches graphql-repo
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
- tag - tag
variables: variables:
CI_REGISTRY_IMAGE_VERSION: "2.0.0" CI_REGISTRY_IMAGE_VERSION: "2.1.0"
CI_CONTAINER_BUILD_ARCHS: "amd64:arm64" CI_CONTAINER_BUILD_ARCHS: "amd64:arm64"
container-test: container-test:
......
...@@ -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.0.0 image: quay.io/sheogorath/build-ah-engine:2.1.0
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.0.0 image: quay.io/sheogorath/build-ah-engine:2.1.0
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