File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments