From bd55ab366aa50f8e4c3b0062ab709ae8d045927e Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 11 Aug 2022 15:43:34 +0000 Subject: [PATCH] chore(deps): update quay.io/sheogorath/build-ah-engine docker tag to v2.1.2 --- images/.utils/gitlab-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/.utils/gitlab-ci.yaml b/images/.utils/gitlab-ci.yaml index 81ee869f5..1711d6691 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 -- GitLab