Skip to content

Commit

Permalink
fix: ostree.linux label should not be quoted (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Jul 11, 2024
1 parent c9e7d5b commit 78555fe
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 @@ -162,7 +162,7 @@ jobs:
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.kernel_release}}.${{ env.date }}
ostree.linux="${{ env.kernel_release }}"
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 78555fe

Please sign in to comment.