From 76c80ed7a3bd7a32f53561e801fdad0c9d43193f Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Wed, 4 Sep 2024 15:13:12 +0200 Subject: [PATCH 1/4] Rename Docker image --- .github/workflows/test-node-candidate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-node-candidate.yml b/.github/workflows/test-node-candidate.yml index 40b805568..669adb095 100644 --- a/.github/workflows/test-node-candidate.yml +++ b/.github/workflows/test-node-candidate.yml @@ -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: kilt/standalone-node IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG From 09d3780f35158302c73ca14a5c273cc70c98c083 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Wed, 4 Sep 2024 15:14:30 +0200 Subject: [PATCH 2/4] Fix second occurrence --- .github/workflows/test-node-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-node-candidate.yml b/.github/workflows/test-node-candidate.yml index 669adb095..3f19e32d5 100644 --- a/.github/workflows/test-node-candidate.yml +++ b/.github/workflows/test-node-candidate.yml @@ -145,7 +145,7 @@ jobs: - name: pull node image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: kilt/standalone-node + ECR_REPOSITORY: standalone-node IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG From b90a98924b4fb2e2bac03ba274b4e2de694a2643 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Thu, 5 Sep 2024 11:30:14 +0200 Subject: [PATCH 3/4] Update workflow input label to match new Docker container --- .github/workflows/test-node-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-node-candidate.yml b/.github/workflows/test-node-candidate.yml index 3f19e32d5..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: From cb87d7bfc9c945ec0ed8f45d30bd9225428cec0a Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Thu, 5 Sep 2024 13:31:34 +0200 Subject: [PATCH 4/4] Update all references --- .github/workflows/tests-polkadot-deps.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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