Skip to content

Commit

Permalink
fix: use full image title and updated description for labels (#40)
Browse files Browse the repository at this point in the history
* fix: use full image title and updated description for labels

* fix: extra $
  • Loading branch information
marcoceppi committed Feb 16, 2023
1 parent 8a6ac71 commit a11e214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
images: |
${{ format('{0}-nvidia', matrix.image_name) }}
labels: |
org.opencontainers.image.title=${{ format('{0}-nvidia', matrix.image_name) }}
org.opencontainers.image.description=Vanilla ${{ matrix.image_name }} with Nvidia drivers added
io.artifacthub.package.readme-url=https://github.com/raw/ublue-os/base/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 a11e214

Please sign in to comment.