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

update workflow

This commit is contained in:
Jason N. 2024-02-18 19:12:30 +00:00
parent c48c28120b
commit 96b1379d6c
4 changed files with 43 additions and 79 deletions

View file

@ -3,21 +3,22 @@ name: Test Generate ISO
on:
push:
branches:
- 'main'
- main
tags:
- 'v*'
paths-ignore:
- 'Containerfile'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
pull_request:
env:
ARCH: ${{ inputs.ARCH || 'x86_64' }}
IMAGE_NAME: ${{ inputs.IMAGE_NAME || 'base-main' }}
IMAGE_REPO: ${{ inputs.IMAGE_REPO || 'ghcr.io/ublue-os' }}
IMAGE_TAG: ${{ inputs.IMAGE_TAG || 'latest' }}
VARIANT: ${{ inputs.VARIANT || 'Kinoite' }}
VERSION: ${{ inputs.VERSION || '39' }}
WEB_UI: ${{ inputs.WEB_UI || 'false' }}
CURR_REPO: ${{ inputs.BUILD_REPO || github.repository }}
CURR_REF: ${{ inputs.BUILD_REF || github.ref }}
branches:
- main
paths-ignore:
- 'Containerfile'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
jobs:
build-and-push-iso:
@ -39,5 +40,5 @@ jobs:
VARIANT: 'Kinoite'
VERSION: '39'
WEB_UI: 'false'
CURR_REPO: ${{ github.repository }}
CURR_REF: ${{ github.ref }}
ACTION_REPO: ${{ github.repository }}
ACTION_REF: ${{ github.ref }}