Skip to content

Commit

Permalink
fix: image name and description variable interpolation (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stone committed Mar 9, 2023
1 parent 28e3f36 commit cf4e489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ jobs:
id: meta
with:
images: |
$IMAGE_NAME
${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.title=$IMAGE_NAME
org.opencontainers.image.description=ublue-os $IMAGE_NAME with Nvidia drivers added
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
org.opencontainers.image.description=ublue-os ${{ matrix.image_name }} with Nvidia drivers added
io.artifacthub.package.readme-url=https://github.com/raw/${{ github.repository }}/main/README.md
io.artifacthub.package.logo-url=https://github.com/avatars/u/1728152?s=200&v=4
# Build image using Buildah action
Expand Down

0 comments on commit cf4e489

Please sign in to comment.