diff --git a/images/.utils/gitlab-ci.yaml b/images/.utils/gitlab-ci.yaml index 81ee869f5179a5e943d772e9bb24bfd94dea1d1e..1711d669159fa4f5563fd48dbb1b12a1da7367e9 100644 --- a/images/.utils/gitlab-ci.yaml +++ b/images/.utils/gitlab-ci.yaml @@ -9,7 +9,7 @@ container-build: stage: build - image: quay.io/sheogorath/build-ah-engine:2.0.0 + image: quay.io/sheogorath/build-ah-engine:2.1.2 extends: .container-matrix before_script: - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY @@ -33,7 +33,7 @@ container-build: container-build-dev: stage: build - image: quay.io/sheogorath/build-ah-engine:2.0.0 + image: quay.io/sheogorath/build-ah-engine:2.1.2 extends: .container-matrix before_script: - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY