mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
indent
This commit is contained in:
parent
862203b780
commit
46afa9fa1b
1 changed files with 16 additions and 16 deletions
32
.github/workflows/iso.yml
vendored
32
.github/workflows/iso.yml
vendored
|
|
@ -2,22 +2,22 @@ name: Create and publish an ISO
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
IMAGE_VERSION:
|
IMAGE_VERSION:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
IMAGE_ARCH:
|
IMAGE_ARCH:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
IMAGE_REPO:
|
IMAGE_REPO:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
IMAGE_REPO:
|
IMAGE_REPO:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}
|
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue