Skip to content

Commit

Permalink
ci(fix): ensure version for buildx is set to correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 13, 2024
1 parent e8e58b6 commit b48ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ github.ref_name }}
version: ${{ github.head_ref || github.ref_name }}
labels: |
org.opencontainers.image.version=${{ github.ref || github.ref_name }}
Expand Down

0 comments on commit b48ac45

Please sign in to comment.