mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
double braces
This commit is contained in:
parent
4fc8680f99
commit
cb0d1c700a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/iso.yml
vendored
6
.github/workflows/iso.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
make container/${IMAGE_NAME}-${IMAGE_VERSION} \
|
make container/${IMAGE_NAME}-${IMAGE_VERSION} \
|
||||||
arch=${IMAGE_ARCH} \
|
arch=${IMAGE_ARCH} \
|
||||||
version=${IMAGE_VERSION} \
|
version=${IMAGE_VERSION} \
|
||||||
image_repo=${steps.registry_case.outputs.lowercase} \
|
image_repo=${{ steps.registry_case.outputs.lowercase }} \
|
||||||
image_name=${IMAGE_NAME} \
|
image_name=${IMAGE_NAME} \
|
||||||
variant=${VARIANT}
|
variant=${VARIANT}
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
make boot.iso \
|
make boot.iso \
|
||||||
arch=${IMAGE_ARCH} \
|
arch=${IMAGE_ARCH} \
|
||||||
version=${IMAGE_VERSION} \
|
version=${IMAGE_VERSION} \
|
||||||
image_repo=${steps.registry_case.outputs.lowercase} \
|
image_repo=${{ steps.registry_case.outputs.lowercase }} \
|
||||||
image_name=${IMAGE_NAME} \
|
image_name=${IMAGE_NAME} \
|
||||||
variant=${VARIANT}
|
variant=${VARIANT}
|
||||||
|
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
make ${IMAGE_NAME}-${IMAGE_VERSION}.iso \
|
make ${IMAGE_NAME}-${IMAGE_VERSION}.iso \
|
||||||
arch=${IMAGE_ARCH} \
|
arch=${IMAGE_ARCH} \
|
||||||
version=${IMAGE_VERSION} \
|
version=${IMAGE_VERSION} \
|
||||||
image_repo=${steps.registry_case.outputs.lowercase} \
|
image_repo=${{ steps.registry_case.outputs.lowercase }} \
|
||||||
image_name=${IMAGE_NAME} \
|
image_name=${IMAGE_NAME} \
|
||||||
variant=${VARIANT}
|
variant=${VARIANT}
|
||||||
mkdir end_iso
|
mkdir end_iso
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue