mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
separate tests
This commit is contained in:
parent
67c9098ddc
commit
a483dc92a4
5 changed files with 227 additions and 32 deletions
31
.github/workflows/build_vars_rhel.yml
vendored
Normal file
31
.github/workflows/build_vars_rhel.yml
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
name: Build Vars
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
outputs:
|
||||
ARCH:
|
||||
value: 'x86_64'
|
||||
BUILD_VERSIONS:
|
||||
value: '[8]'
|
||||
IMAGE_NAME:
|
||||
value: 'fedora-bootc'
|
||||
IMAGE_REPO:
|
||||
value: 'quay.io/centos-bootc'
|
||||
IMAGE_TAG:
|
||||
value: 'eln'
|
||||
VARIANT:
|
||||
value: 'Server'
|
||||
SECURE_BOOT_KEY_URL:
|
||||
value: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
||||
ENROLLMENT_PASSWORD:
|
||||
value: 'container-installer'
|
||||
|
||||
|
||||
jobs:
|
||||
load-vars:
|
||||
name: Load Variables
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Sucess
|
||||
run:
|
||||
echo "Vars loaded"
|
||||
Loading…
Add table
Add a link
Reference in a new issue