mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: missed \ and updated README (#34)
* fix: missed \ * fix: moved variables into table and added EXTRA_BOOT_PARAMS * Update README.md Co-authored-by: Robert Sturla <robertsturla@outlook.com> --------- Co-authored-by: Robert Sturla <robertsturla@outlook.com>
This commit is contained in:
parent
ff58b2d122
commit
e36da208a8
2 changed files with 14 additions and 23 deletions
|
|
@ -106,7 +106,7 @@ runs:
|
|||
IMAGE_TAG=${{ inputs.IMAGE_TAG || inputs.VERSION }} \
|
||||
VARIANT=${{ inputs.VARIANT }} \
|
||||
VERSION=${{ inputs.VERSION }} \
|
||||
WEB_UI=${{ inputs.WEB_UI }}
|
||||
WEB_UI=${{ inputs.WEB_UI }} \
|
||||
EXTRA_BOOT_PARAMS=${{ inputs.EXTRA_BOOT_PARAMS }}
|
||||
|
||||
- name: Create deploy.iso and generate sha256 checksum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue