mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
28 lines
607 B
YAML
28 lines
607 B
YAML
on:
|
|
workflow_call:
|
|
outputs:
|
|
ARCH:
|
|
value: 'x86_64'
|
|
IMAGE_NAME:
|
|
value: 'base'
|
|
IMAGE_REPO:
|
|
value: 'quay.io/fedora-ostree-desktops'
|
|
IMAGE_TAG:
|
|
value: '39'
|
|
VARIANT:
|
|
value: 'Server'
|
|
FLATPAK_REMOTE_REFS_DIR:
|
|
value: flatpak_refs
|
|
SECURE_BOOT_KEY_URL:
|
|
value: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
|
ENROLLMENT_PASSWORD:
|
|
value: 'container-installer'
|
|
|
|
|
|
jobs:
|
|
job1:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Sucess
|
|
run:
|
|
echo "Vars loaded"
|