1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

remove inputs

This commit is contained in:
Jason N. 2024-02-14 22:26:17 +00:00
parent 46afa9fa1b
commit f0420b9562

View file

@ -2,22 +2,7 @@ name: Create and publish an ISO
on:
workflow_call:
inputs:
IMAGE_VERSION:
required: true
type: string
IMAGE_ARCH:
required: true
type: string
IMAGE_NAME:
required: true
type: string
IMAGE_REPO:
required: true
type: string
IMAGE_REPO:
required: true
type: string
env:
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}