From 9faa6c919aef070c6dfff8155aa984670b184466 Mon Sep 17 00:00:00 2001 From: Evgeny Snitko Date: Tue, 1 Oct 2024 06:03:48 +0400 Subject: [PATCH] image --- .github/workflows/tag-publish.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tag-publish.yml b/.github/workflows/tag-publish.yml index 3cb0f7b..e7ffadd 100644 --- a/.github/workflows/tag-publish.yml +++ b/.github/workflows/tag-publish.yml @@ -8,7 +8,6 @@ on: types: [opened, synchronize, reopened, ready_for_review] env: - CI_IMAGE: "paritytech/ci-linux:production" CARGO_INCREMENTAL: 0 @@ -17,7 +16,7 @@ jobs: info: runs-on: ubuntu-latest container: - image: ${CI_IMAGE} + image: "paritytech/ci-linux:production" steps: - name: info run: | @@ -33,7 +32,7 @@ jobs: lint: runs-on: ubuntu-latest container: - image: ${CI_IMAGE} + image: "paritytech/ci-linux:production" steps: - name: Checkout uses: actions/checkout@v4 @@ -49,7 +48,7 @@ jobs: deny: runs-on: ubuntu-latest container: - image: ${CI_IMAGE} + image: "paritytech/ci-linux:production" needs: [lint] steps: - name: Checkout @@ -75,7 +74,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: ${CI_IMAGE} + image: "paritytech/ci-linux:production" needs: [lint] steps: - name: Checkout @@ -154,7 +153,7 @@ jobs: cargo-publish-dry-run: runs-on: ubuntu-latest container: - image: ${CI_IMAGE} + image: "paritytech/ci-linux:production" needs: [deny, test] if: ${{ github.event_name == 'pull_request' }} steps: @@ -167,7 +166,7 @@ jobs: npm-publish-dry-run: runs-on: ubuntu-latest container: - image: ${CI_IMAGE} + image: "paritytech/ci-linux:production" needs: [deny, test] if: ${{ github.event_name == 'pull_request' }} steps: