mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
default value for image_tag
This commit is contained in:
parent
302b004ed9
commit
a6cb5b7cc8
3 changed files with 5 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ inputs:
|
|||
required: false
|
||||
web_ui:
|
||||
description: Enable Anaconda WebUI
|
||||
required: true
|
||||
required: false
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
|
|
@ -39,5 +39,5 @@ runs:
|
|||
- IMAGE_REPO=${{ inputs.image_repo }}
|
||||
- VARIANT=${{ inputs.variant }}
|
||||
- VERSION=${{ inputs.version }}
|
||||
- IMAGE_TAG=${{ inputs.image_tag }}
|
||||
- IMAGE_TAG=${{ inputs.image_tag || inputs.version }}
|
||||
- WEB_UI=${{ inputs.web_ui }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue