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

load right file

This commit is contained in:
Jason N. 2024-04-08 10:38:07 -04:00
parent a483dc92a4
commit 3638e94bc8
3 changed files with 2 additions and 4 deletions

View file

@ -22,7 +22,7 @@ on:
jobs: jobs:
load_vars: load_vars:
name: Load Variables name: Load Variables
uses: ./.github/workflows/build_vars_rhel.yml uses: ./.github/workflows/build_vars.yml
build_iso: build_iso:
name: Build ISO name: Build ISO

View file

@ -21,7 +21,7 @@ on:
jobs: jobs:
load_vars: load_vars:
name: Load Variables name: Load Variables
uses: ./.github/workflows/build_vars.yml uses: ./.github/workflows/build_vars_rhel.yml
build_iso: build_iso:
name: Build ISO name: Build ISO

View file

@ -7,8 +7,6 @@ on:
value: 'x86_64' value: 'x86_64'
BUILD_VERSIONS: BUILD_VERSIONS:
value: '[38, 39, 40]' value: '[38, 39, 40]'
BUILD_VERSIONS_RHEL:
value: '[8]'
IMAGE_NAME: IMAGE_NAME:
value: 'base' value: 'base'
IMAGE_REPO: IMAGE_REPO: