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:
parent
f06a0ad6f4
commit
fb248cd54c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
|
@ -17,7 +17,6 @@ env:
|
||||||
VARIANT: 'Server'
|
VARIANT: 'Server'
|
||||||
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
||||||
ENROLLMENT_PASSWORD: 'container-installer'
|
ENROLLMENT_PASSWORD: 'container-installer'
|
||||||
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -84,6 +83,8 @@ jobs:
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|
||||||
- name: Build ISO with new container
|
- name: Build ISO with new container
|
||||||
|
env:
|
||||||
|
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
arch: ${{ env.ARCH}}
|
arch: ${{ env.ARCH}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue