Skip to content

Commit

Permalink
fix: use tag name instead of whole ref
Browse files Browse the repository at this point in the history
  • Loading branch information
menzerath committed Feb 17, 2022
1 parent c330206 commit e79eca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
context: .
tags:
ghcr.io/${{ github.repository }}:${{ github.event.ref }}
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
push: true

Expand Down

0 comments on commit e79eca7

Please sign in to comment.