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

fix: added env to job that needs it

This commit is contained in:
Noel Miller 2024-03-06 00:41:58 -06:00
parent f06a0ad6f4
commit fb248cd54c

View file

@ -17,7 +17,6 @@ env:
VARIANT: 'Server'
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
ENROLLMENT_PASSWORD: 'container-installer'
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}
jobs:
@ -84,6 +83,8 @@ jobs:
type=ref,event=pr
- name: Build ISO with new container
env:
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}
uses: ./
with:
arch: ${{ env.ARCH}}