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

pass version to make

This commit is contained in:
Jason N. 2024-03-07 09:30:08 -05:00
parent 198294a968
commit ba3a4531ca

View file

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