fix: $IMAGE_NAME -> ${{ env.IMAGE_NAME }}

This commit is contained in:
ER
2023-04-02 16:31:58 +03:00
parent f7c2c4ab9a
commit 678ab12c5a

View File

@@ -93,9 +93,9 @@ jobs:
id: meta id: meta
with: with:
images: | images: |
$IMAGE_NAME ${{ env.IMAGE_NAME }}
labels: | labels: |
org.opencontainers.image.title=$IMAGE_NAME org.opencontainers.image.title=${{ env.IMAGE_NAME }}
org.opencontainers.image.description=A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/ org.opencontainers.image.description=A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/startingpoint/main/README.md io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/startingpoint/main/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4 io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4