[ci] Return CI_IMAGE variable (#2647)

close https://github.com/paritytech/ci_cd/issues/900
This commit is contained in:
Alexander Samusev
2023-12-07 12:19:07 +01:00
committed by GitHub
parent 9f3c67b4ff
commit 8f6b6322c2
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
os: ["ubuntu-latest"] os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
container: container:
image: paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231025 image: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20231204
steps: steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+1 -1
View File
@@ -21,7 +21,7 @@ workflow:
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
variables: variables:
CI_IMAGE: "docker.io/paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20231204" CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE]
# BUILDAH_IMAGE is defined in group variables # BUILDAH_IMAGE is defined in group variables
BUILDAH_COMMAND: "buildah --storage-driver overlay2" BUILDAH_COMMAND: "buildah --storage-driver overlay2"
RELENG_SCRIPTS_BRANCH: "master" RELENG_SCRIPTS_BRANCH: "master"