We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483f06f commit 54f9013Copy full SHA for 54f9013
.github/workflows/managed_retagger.yaml
@@ -41,7 +41,7 @@ jobs:
41
username: ${{ github.repository_owner }}
42
password: ${{ secrets.GITHUB_TOKEN }}
43
- name: Push Image to multiple registries
44
- uses: akhilerm/tag-push-action@v2.1.0
+ uses: akhilerm/tag-push-action@v2.2.0
45
with:
46
src: ${{ env.image }}:${{ env.tag }}
47
dst: |
.github/workflows/production_retagger.yaml
0 commit comments