[ci] Update buildah command and version (#13989)

This commit is contained in:
Alexander Samusev
2023-04-24 17:33:21 +02:00
committed by GitHub
parent 97f4a09591
commit e9ff897511
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ variables:
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
CI_IMAGE: "paritytech/ci-linux:production"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
RELENG_SCRIPTS_BRANCH: "master"
RUSTY_CACHIER_SINGLE_BRANCH: master
RUSTY_CACHIER_DONT_OPERATE_ON_MAIN_BRANCH: "true"