mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +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'
|
||||
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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue