mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
pass value
This commit is contained in:
parent
345492fd79
commit
08831b5a1d
2 changed files with 6 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ runs:
|
|||
FLATPAK_REMOTE_URL="${{ inputs.flatpak_remote_url }}" \
|
||||
IMAGE_NAME="${{ inputs.image_name }}" \
|
||||
IMAGE_REPO="${{ inputs.image_repo }}" \
|
||||
IMAGE_SRC="${{ inputs.image_src }}" \
|
||||
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}"
|
||||
|
||||
- name: Run docker image
|
||||
|
|
@ -217,6 +218,7 @@ runs:
|
|||
IMAGE_NAME="${{ inputs.image_name }}" \
|
||||
IMAGE_REPO="${{ inputs.image_repo }}" \
|
||||
IMAGE_SIGNED="${{ inputs.image_signed }}" \
|
||||
IMAGE_SRC="${{ inputs.image_src }}" \
|
||||
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}" \
|
||||
ISO_NAME=/github/workspace/${{ inputs.iso_name }} \
|
||||
${{ inputs.repos && format('REPOS="{0}"', inputs.repos) || '' }} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue