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:
parent
a483dc92a4
commit
3638e94bc8
3 changed files with 2 additions and 4 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
.github/workflows/build_iso_rhel.yml
vendored
2
.github/workflows/build_iso_rhel.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
.github/workflows/build_vars.yml
vendored
2
.github/workflows/build_vars.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue