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 @@ -182,7 +182,7 @@ jobs:
182182
183183 - name : Pull image from integration test ECR and Upload to public release ECR and Dockerhub
184184 if : steps.release-version-image.outputs.cache-hit != 'true'
185- uses : akhilerm/tag-push-action@v2.1 .0
185+ uses : akhilerm/tag-push-action@v2.2 .0
186186 with :
187187 src : public.ecr.aws/${{ env.ECR_REPO_INTEGRATION_TEST }}:${{ needs.release-checking.outputs.testing_version }}
188188 dst : |
@@ -191,7 +191,7 @@ jobs:
191191
192192 - name : Pull image from release ECR, tag as latest and push to public release ECR and DockerHub
193193 if : ${{ needs.release-checking.outputs.latest-or-newer == 'true' && steps.release-version-image.outputs.cache-hit != 'true'}}
194- uses : akhilerm/tag-push-action@v2.1 .0
194+ uses : akhilerm/tag-push-action@v2.2 .0
195195 with :
196196 src : public.ecr.aws/${{ env.ECR_REPO }}:${{ needs.release-checking.outputs.version }}
197197 dst : |
Original file line number Diff line number Diff line change 4545 env :
4646 AWS_REGION : us-east-1
4747 - name : Rollback ECR latest
48- uses : akhilerm/tag-push-action@v2.1 .0
48+ uses : akhilerm/tag-push-action@v2.2 .0
4949 with :
5050 src : public.ecr.aws/${{ env.ECR_REPO }}:${{ github.event.inputs.rollback-version }}
5151 dst : public.ecr.aws/${{ env.ECR_REPO }}:latest
Original file line number Diff line number Diff line change @@ -211,12 +211,12 @@ jobs:
211211 env :
212212 AWS_REGION : us-east-1
213213 - name : Rollback ECR latest
214- uses : akhilerm/tag-push-action@v2.1 .0
214+ uses : akhilerm/tag-push-action@v2.2 .0
215215 with :
216216 src : public.ecr.aws/${{ env.ECR_REPO }}:${{ github.event.inputs.rollback-version }}
217217 dst : public.ecr.aws/${{ env.ECR_REPO }}:latest
218218 - name : Rollback DockerHub latest
219- uses : akhilerm/tag-push-action@v2.1 .0
219+ uses : akhilerm/tag-push-action@v2.2 .0
220220 with :
221221 src : ${{ env.DOCKERHUB_REPO }}:${{ github.event.inputs.rollback-version }}
222222 dst : ${{ env.DOCKERHUB_REPO }}:latest
You can’t perform that action at this time.
0 commit comments