Skip to content

Commit cf4e489

Browse files
authored
fix: image name and description variable interpolation (#62)
1 parent 28e3f36 commit cf4e489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ jobs:
136136
id: meta
137137
with:
138138
images: |
139-
$IMAGE_NAME
139+
${{ env.IMAGE_NAME }}
140140
labels: |
141-
org.opencontainers.image.title=$IMAGE_NAME
142-
org.opencontainers.image.description=ublue-os $IMAGE_NAME with Nvidia drivers added
141+
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
142+
org.opencontainers.image.description=ublue-os ${{ matrix.image_name }} with Nvidia drivers added
143143
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
144144
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/1728152?s=200&v=4
145145
# Build image using Buildah action

0 commit comments

Comments
 (0)