1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
This commit is contained in:
Jason N. 2024-03-08 09:53:21 -05:00
parent 41ced34167
commit 9ea92aa75a

View file

@ -159,7 +159,7 @@ jobs:
- name: Run ISO checks
run: |
mv ${{ env.IMAGE_NAME }}-${{ env.IMAGE_TAG }}-${{ matrix.version }}.iso deploy.iso
make test-iso VERSION=${{ matrix.version }} FLATPAK_REMOTE_REFS=${{ env.FLATPAK_REMOTE_REFS}}
make test-iso VERSION=${{ matrix.version }} FLATPAK_REMOTE_REFS="${{ env.FLATPAK_REMOTE_REFS}}"
- name: Add Kickstart and Grub options to ISO
run: |