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 @@ -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
You can’t perform that action at this time.
0 commit comments