From 74e5b8c67b143ec8091b5214daa3e4fc60820f1e Mon Sep 17 00:00:00 2001 From: Mira Ressel <mira@parity.io> Date: Tue, 21 Mar 2023 16:42:30 +0100 Subject: [PATCH] move back to ci-linux@production image --- polkadot/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 4208b230a4a..a6ebde20a86 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -32,7 +32,7 @@ variables: GIT_STRATEGY: fetch GIT_DEPTH: 100 CI_SERVER_NAME: "GitLab CI" - CI_IMAGE: "paritytech/ci-linux@sha256:7c76c3f9639f919447abbf9db535588178fde4df583d6926444d44cc20c094e6" # staging 2023-03-20 + CI_IMAGE: "paritytech/ci-linux:production" BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27" DOCKER_OS: "debian:stretch" ARCH: "x86_64" -- GitLab