1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
build-container-installer/.github/workflows/build_vars_rhel.yml
2024-04-08 10:21:10 -04:00

31 lines
638 B
YAML

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"