mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 15:35:42 +00:00
[ci] Return CI_IMAGE variable (#2647)
close https://github.com/paritytech/ci_cd/issues/900
This commit is contained in:
committed by
GitHub
parent
9f3c67b4ff
commit
8f6b6322c2
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user