Skip to content

Commit

Permalink
Merge pull request #698 from shanemcd/fix-promote
Browse files Browse the repository at this point in the history
Fix promote workflow
  • Loading branch information
shanemcd authored Dec 3, 2022
2 parents c4e61c2 + 4b5c7b7 commit 06c0912
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 @@ -48,9 +48,9 @@ jobs:
- name: Copy Image to Quay
uses: akhilerm/[email protected]
with:
src: ghcr.io/${{ github.repository }}:$TAG
src: ghcr.io/${{ github.repository }}:${{env.TAG}}
dst: |
quay.io/${{ github.repository }}:$TAG
quay.io/${{ github.repository }}:${{env.TAG}}
quay.io/${{ github.repository }}:latest
- name: Check if floating tag is needed
Expand Down

0 comments on commit 06c0912

Please sign in to comment.