From cb0d1c700a9119f01c72b729eef49eb43b814c0d Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:28:52 +0000 Subject: [PATCH] double braces --- .github/workflows/iso.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 2c09d0e..11ee935 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -77,7 +77,7 @@ jobs: make container/${IMAGE_NAME}-${IMAGE_VERSION} \ arch=${IMAGE_ARCH} \ version=${IMAGE_VERSION} \ - image_repo=${steps.registry_case.outputs.lowercase} \ + image_repo=${{ steps.registry_case.outputs.lowercase }} \ image_name=${IMAGE_NAME} \ variant=${VARIANT} @@ -86,7 +86,7 @@ jobs: make boot.iso \ arch=${IMAGE_ARCH} \ version=${IMAGE_VERSION} \ - image_repo=${steps.registry_case.outputs.lowercase} \ + image_repo=${{ steps.registry_case.outputs.lowercase }} \ image_name=${IMAGE_NAME} \ variant=${VARIANT} @@ -95,7 +95,7 @@ jobs: make ${IMAGE_NAME}-${IMAGE_VERSION}.iso \ arch=${IMAGE_ARCH} \ version=${IMAGE_VERSION} \ - image_repo=${steps.registry_case.outputs.lowercase} \ + image_repo=${{ steps.registry_case.outputs.lowercase }} \ image_name=${IMAGE_NAME} \ variant=${VARIANT} mkdir end_iso