Skip to content

Commit

Permalink
fix: image name and description variable interpolation (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored Mar 4, 2023
1 parent 68348d1 commit 7f922c9
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 @@ -100,10 +100,10 @@ jobs:
id: meta
with:
images: |
$IMAGE_NAME
${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.title=$IMAGE_NAME
org.opencontainers.image.description=A base $IMAGE_NAME image with batteries included
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
org.opencontainers.image.description=A base ${{ env.IMAGE_NAME }} image with batteries included
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/main/main/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
Expand Down

0 comments on commit 7f922c9

Please sign in to comment.