We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcf002 commit ba35f41Copy full SHA for ba35f41
.github/workflows/buildx.yml
@@ -55,7 +55,7 @@ jobs:
55
repository_owner: ${{ github.repository_owner }}
56
repository: ${{ github.repository }}
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
- version: ${{ github.ref_name }}
+ version: ${{ github.head_ref || github.ref_name }}
59
60
teslamate_merge:
61
runs-on: ubuntu-24.04
.github/workflows/ghcr_build.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
labels: |
org.opencontainers.image.version=${{ github.ref || github.ref_name }}
0 commit comments