[ci] Return production image (#5818)

This commit is contained in:
Alexander Samusev
2022-07-27 10:13:36 +02:00
committed by GitHub
parent 85b909a0b2
commit a9e41ed5b5
+1 -2
View File
@@ -29,8 +29,7 @@ variables:
GIT_STRATEGY: fetch
GIT_DEPTH: 100
CI_SERVER_NAME: "GitLab CI"
# change to production when this image is published
CI_IMAGE: "paritytech/ci-linux:staging@sha256:2c90b67f1452ed2d7236c2cd13f6224053a833d521b3630650b679f00874e0a9"
CI_IMAGE: "paritytech/ci-linux:production"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.25"