Skip to content

Commit 72cdeae

Browse files
ggerarflechtner
authored andcommitted
chore: pull image via ecr pull cache (#921)
Contributed by @ggera
1 parent 5e7c7e6 commit 72cdeae

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
@@ -156,7 +156,7 @@ jobs:
156156
- name: pull image
157157
env:
158158
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
159-
ECR_REPOSITORY: standalone-node
159+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
160160
IMAGE_TAG: ${{ matrix.image }}
161161
run: |
162162
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
@@ -239,7 +239,7 @@ jobs:
239239
- name: pull node image
240240
env:
241241
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
242-
ECR_REPOSITORY: standalone-node
242+
ECR_REPOSITORY: dh/kiltprotocol/standalone-node
243243
IMAGE_TAG: ${{ matrix.image }}
244244
run: |
245245
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 commit comments

Comments
 (0)