Skip to content

Commit a5e05f3

Browse files
authored
chore: pull image via ecr pull cache (#921)
Contributed by @ggera
1 parent 4781dc8 commit a5e05f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-node-candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: pull image
7777
env:
7878
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
79-
ECR_REPOSITORY: standalone-node
79+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
8080
IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }}
8181
run: |
8282
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
@@ -145,7 +145,7 @@ jobs:
145145
- name: pull node image
146146
env:
147147
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
148-
ECR_REPOSITORY: standalone-node
148+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
149149
IMAGE_TAG: ${{ github.event.inputs.docker-image-tag-name }}
150150
run: |
151151
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

.github/workflows/tests-polkadot-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: pull node image
114114
env:
115115
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
116-
ECR_REPOSITORY: standalone-node
116+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
117117
IMAGE_TAG: ${{ matrix.image }}
118118
run: |
119119
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: pull image
158158
env:
159159
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
160-
ECR_REPOSITORY: standalone-node
160+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
161161
IMAGE_TAG: ${{ matrix.image }}
162162
run: |
163163
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
@@ -240,7 +240,7 @@ jobs:
240240
- name: pull node image
241241
env:
242242
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
243-
ECR_REPOSITORY: standalone-node
243+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
244244
IMAGE_TAG: ${{ matrix.image }}
245245
run: |
246246
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 commit comments

Comments
 (0)