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

add repos to tests for detection

This commit is contained in:
Jason N. 2024-04-30 07:51:33 -04:00
parent b5d5df4570
commit da631831c8
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ jobs:
IMAGE_REPO=${{ env.IMAGE_REPO}} \
IMAGE_TAG=${{ matrix.version }} \
ISO_NAME=${{ env.IMAGE_NAME }}-${{ matrix.version }}${{ matrix.flatpaks == 'false' && '' || format('-{0}', matrix.flatpaks) }}.iso \
${{ matrix.version == 'eln' && 'REPOS="repos/centos.repo"' || '' }} \
SECURE_BOOT_KEY_URL=${{ needs.load_vars.outputs.SECURE_BOOT_KEY_URL }} \
VARIANT=${{ needs.load_vars.outputs.VARIANT }} \
VERSION=${{ matrix.version == 'eln' && '39' || matrix.version }}