mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
continue line
This commit is contained in:
parent
d8f280b5f5
commit
b7f04b0bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ runs:
|
||||||
IMAGE_NAME="${{ inputs.image_name }}" \
|
IMAGE_NAME="${{ inputs.image_name }}" \
|
||||||
IMAGE_REPO="${{ inputs.image_repo }}" \
|
IMAGE_REPO="${{ inputs.image_repo }}" \
|
||||||
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}" \
|
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}" \
|
||||||
ISO_NAME=/github/workspace/${{ inputs.iso_name }}
|
ISO_NAME=/github/workspace/${{ inputs.iso_name }} \
|
||||||
SECURE_BOOT_KEY_URL="${{ inputs.secure_boot_key_url }}" \
|
SECURE_BOOT_KEY_URL="${{ inputs.secure_boot_key_url }}" \
|
||||||
VARIANT="${{ inputs.variant }}" \
|
VARIANT="${{ inputs.variant }}" \
|
||||||
VERSION="${{ inputs.version }}" \
|
VERSION="${{ inputs.version }}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue