Skip to content

Commit

Permalink
fix: correct invalid variable use on image version label (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Jul 11, 2024
1 parent 425026e commit a1018ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
labels: |
org.opencontainers.image.title=${{ matrix.kernel_flavor }} cached kernel
org.opencontainers.image.description=A caching layer for kernels. Contains ${{ matrix.kernel_flavor }} kernel.
org.opencontainers.image.version=${{ env.linux }}.${{ env.date }}
org.opencontainers.image.version=${{ env.kernel_release}}.${{ env.date }}
ostree.linux="${{ env.kernel_release }}"
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/1728152?s=200&v=4
Expand Down

0 comments on commit a1018ec

Please sign in to comment.