mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add missing var
This commit is contained in:
parent
3f560ceebe
commit
a45a01d63f
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ runs:
|
|||
IMAGE_NAME="${{ inputs.image_name }}" \
|
||||
IMAGE_REPO="${{ inputs.image_repo }}" \
|
||||
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}" \
|
||||
REPOS="${{ inputs.repos }}" \
|
||||
SECURE_BOOT_KEY_URL="${{ inputs.secure_boot_key_url }}" \
|
||||
VARIANT="${{ inputs.variant }}" \
|
||||
VERSION="${{ inputs.version }}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue