[ci] Revert CI_IMAGE variable (#2120)

CI image has been updated in the shared snippet, reverting the variable
back.
This commit is contained in:
Alexander Samusev
2023-11-01 16:06:25 +01:00
committed by GitHub
parent 2726d5af65
commit 8507f45cef
+1 -2
View File
@@ -21,8 +21,7 @@ workflow:
- if: $CI_COMMIT_BRANCH
variables:
# CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE]
CI_IMAGE: "docker.io/paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231025"
CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE]
# BUILDAH_IMAGE is defined in group variables
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
RELENG_SCRIPTS_BRANCH: "master"