From 3af92aae4f986496ecaed2c02ead3c8d09a5659e Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 5 Sep 2024 13:47:27 +0200 Subject: [PATCH] fix: rename Docker image (#902) * Rename Docker image * Fix second occurrence * Update workflow input label to match new Docker container * Update all references --- .github/workflows/test-node-candidate.yml | 6 +++--- .github/workflows/tests-polkadot-deps.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-node-candidate.yml b/.github/workflows/test-node-candidate.yml index 40b805568..a8e80f600 100644 --- a/.github/workflows/test-node-candidate.yml +++ b/.github/workflows/test-node-candidate.yml @@ -5,7 +5,7 @@ on: inputs: docker-image-tag-name: type: string - description: The tag of the kiltprotocol/prototype-chain Docker image to test against + description: The tag of the kiltprotocol/standalone-node Docker image to test against required: true env: @@ -76,7 +76,7 @@ jobs: - name: pull image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/prototype-chain + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG @@ -145,7 +145,7 @@ jobs: - name: pull node image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/prototype-chain + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG diff --git a/.github/workflows/tests-polkadot-deps.yml b/.github/workflows/tests-polkadot-deps.yml index 0d5ebedb4..b2d891ed9 100644 --- a/.github/workflows/tests-polkadot-deps.yml +++ b/.github/workflows/tests-polkadot-deps.yml @@ -113,7 +113,7 @@ jobs: - name: pull node image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/prototype-chain + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ matrix.image }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6af8a2690..12203d128 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -157,7 +157,7 @@ jobs: - name: pull image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/prototype-chain + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ matrix.image }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG @@ -240,7 +240,7 @@ jobs: - name: pull node image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/prototype-chain + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ matrix.image }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG