Skip to content

Commit d173bf8

Browse files
Bump akhilerm/tag-push-action from 2.1.0 to 2.2.0
Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](akhilerm/tag-push-action@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: akhilerm/tag-push-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d4491c commit d173bf8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/rollback-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

.github/workflows/rollback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)