Skip to content

Commit

Permalink
fix: update readme-url (#42)
Browse files Browse the repository at this point in the history
Point to the nvidia readme instead of the base one, fixes #41
  • Loading branch information
castrojo authored Feb 16, 2023
1 parent a11e214 commit 4b1c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
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://raw.githubusercontent.com/ublue-os/base/main/README.md
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/nvidia/main/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/1728152?s=200&v=4
# Build image using Buildah action
- name: Build Image
Expand Down

0 comments on commit 4b1c5e6

Please sign in to comment.