From 417f57e19e9406250894a9a5126a6d35ce828ee6 Mon Sep 17 00:00:00 2001 From: gera Date: Thu, 5 Dec 2024 16:11:19 +0100 Subject: [PATCH] chore: pull image via ecr pull cache --- .github/workflows/test-node-candidate.yml | 4 ++-- .github/workflows/tests-polkadot-deps.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-node-candidate.yml b/.github/workflows/test-node-candidate.yml index a8e80f600..9adc9845c 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: standalone-node + ECR_REPOSITORY: dh/kiltprotocol/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: standalone-node + ECR_REPOSITORY: dh/kiltprotocol/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 b2d891ed9..874f73cf3 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: standalone-node + ECR_REPOSITORY: dh/kiltprotocol/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 12203d128..fba68bb85 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: standalone-node + ECR_REPOSITORY: dh/kiltprotocol/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: standalone-node + ECR_REPOSITORY: dh/kiltprotocol/standalone-node IMAGE_TAG: ${{ matrix.image }} run: | docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG