Skip to content

Commit 2d81247

Browse files
authored
Merge pull request #28 from amazeeio/renovate/github-actions
chore(deps): update akhilerm/tag-push-action action to v2.2.0
2 parents b4cd485 + 54f9013 commit 2d81247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/managed_retagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
username: ${{ github.repository_owner }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Push Image to multiple registries
44-
uses: akhilerm/tag-push-action@v2.1.0
44+
uses: akhilerm/tag-push-action@v2.2.0
4545
with:
4646
src: ${{ env.image }}:${{ env.tag }}
4747
dst: |

.github/workflows/production_retagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
username: ${{ github.repository_owner }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Push Image to multiple registries
44-
uses: akhilerm/tag-push-action@v2.1.0
44+
uses: akhilerm/tag-push-action@v2.2.0
4545
with:
4646
src: ${{ env.image }}:${{ env.tag }}
4747
dst: |

0 commit comments

Comments
 (0)