Skip to content

Commit

Permalink
Bump akhilerm/tag-push-action from 2.0.0 to 2.1.0 (#795)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AaronH88 <[email protected]>
  • Loading branch information
dependabot[bot] and AaronH88 authored Sep 20, 2023
1 parent be1f731 commit 3f6a43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo ${{ secrets.QUAY_TOKEN }} | docker login quay.io -u ${{ secrets.QUAY_USER }} --password-stdin
- name: Copy Image to Quay
uses: akhilerm/tag-push-action@v2.0.0
uses: akhilerm/tag-push-action@v2.1.0
with:
src: ghcr.io/${{ github.repository }}:${{env.TAG}}
dst: |
Expand All @@ -66,7 +66,7 @@ jobs:
fi
- name: Push floating tag to Quay
uses: akhilerm/tag-push-action@v2.0.0
uses: akhilerm/tag-push-action@v2.1.0
with:
src: ghcr.io/${{ github.repository }}:${{env.TAG}}
dst: quay.io/${{ github.repository }}:${{env.FLOATING_TAG}}
Expand Down

0 comments on commit 3f6a43b

Please sign in to comment.