Skip to content

Commit

Permalink
Fix ref name for ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Feb 20, 2024
1 parent ec52432 commit b4fdae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: ${{ env.GITHUB_REF }}
tags: ${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit b4fdae5

Please sign in to comment.