We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e3f36 commit cf4e489Copy full SHA for cf4e489
.github/workflows/build.yml
@@ -136,10 +136,10 @@ jobs:
136
id: meta
137
with:
138
images: |
139
- $IMAGE_NAME
+ ${{ env.IMAGE_NAME }}
140
labels: |
141
- org.opencontainers.image.title=$IMAGE_NAME
142
- 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
143
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
144
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/1728152?s=200&v=4
145
# Build image using Buildah action
0 commit comments