Skip to content

Commit

Permalink
Merge pull request #28 from amazeeio/renovate/github-actions
Browse files Browse the repository at this point in the history
chore(deps): update akhilerm/tag-push-action action to v2.2.0
  • Loading branch information
tobybellwood authored Aug 13, 2024
2 parents b4cd485 + 54f9013 commit 2d81247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/managed_retagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Image to multiple registries
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: ${{ env.image }}:${{ env.tag }}
dst: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production_retagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Image to multiple registries
uses: akhilerm/tag-push-action@v2.1.0
uses: akhilerm/tag-push-action@v2.2.0
with:
src: ${{ env.image }}:${{ env.tag }}
dst: |
Expand Down

0 comments on commit 2d81247

Please sign in to comment.