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

Split Tests to Separate files (#79)

This commit is contained in:
Jason N 2024-03-19 09:31:10 -04:00 committed by GitHub
parent 3d85c93010
commit bcfbc02ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 723 additions and 525 deletions

28
.github/workflows/build_vars.yml vendored Normal file
View file

@ -0,0 +1,28 @@
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"