From 678ab12c5ac41751775ca6898d09e2d09ea2d8b3 Mon Sep 17 00:00:00 2001 From: ER Date: Sun, 2 Apr 2023 16:31:58 +0300 Subject: [PATCH] fix: $IMAGE_NAME -> ${{ env.IMAGE_NAME }} --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2633cc1..1e264e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,9 +93,9 @@ jobs: id: meta with: images: | - $IMAGE_NAME + ${{ env.IMAGE_NAME }} 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/ 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