Use external reference for the CI image as before (#3153)

Usual chore after bumping Rust toolchain version.
This commit is contained in:
Vladimir Istyufeev
2024-01-31 14:03:19 +04:00
committed by GitHub
parent 2aa7926cac
commit e757f81110
+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.75.0-2024-01-22-v20240109"
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"