From f36353fe25b2f6d43cd61fd7086c2ed573aef4fa Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 30 Nov 2022 13:50:28 +0000 Subject: [PATCH] Pin `buildah` image to the working one (#515) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9737b8f..147c43e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ stages: # Pipeline Job Templates: .dockerize: &dockerize stage: build - image: quay.io/buildah/stable + image: quay.io/buildah/stable:v1.27 script: - |- echo building "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"