Skip to content

Commit

Permalink
fix: only specify tag in copy action
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 11, 2024
1 parent 0204678 commit 0d2346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Copy to latest tag
if: ${{ github.ref_type == 'tag' }}
run: crane tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:latest
run: crane tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} latest

- name: Deploy to Test Render
if: ${{ env.DEPLOY_TO_TEST == 'true' }}
Expand Down

0 comments on commit 0d2346c

Please sign in to comment.