Skip to content

Commit

Permalink
fix: remove tag logic and always use github.ref_name
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 10, 2024
1 parent cafc88f commit 388ba24
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 @@ -45,7 +45,7 @@ jobs:
project: bbqjs4tj1g
context: .
push: true
tags: ghcr.io/${{ github.repository }}:${{ github.ref_type == 'branch' && 'main' || github.event.release.tag_name }}
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

- name: Deploy to Test Render
Expand Down

0 comments on commit 388ba24

Please sign in to comment.