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

use centos repo for eln

This commit is contained in:
Jason N. 2024-04-29 20:57:01 -04:00
parent 31d7556bff
commit 6b151a8b6f
2 changed files with 21 additions and 1 deletions

View file

@ -111,7 +111,8 @@ jobs:
image_name: ${{ env.IMAGE_NAME }}
image_repo: ${{ env.IMAGE_REPO}}
image_tag: ${{ matrix.version }}
version: ${{ matrix.version == 'eln' && '39' || matrix.version }}
version: ${{ matrix.version == 'eln' && '9' || matrix.version }}
repos: ${{ matrix.version == 'eln' && 'repos/centos.srepo' || '' }}
variant: ${{ needs.load_vars.outputs.VARIANT }}
flatpak_remote_refs: ${{ matrix.flatpaks == 'flatpak_refs' && needs.load_vars.outputs.FLATPAK_REMOTE_REFS || '' }}
flatpak_remote_refs_dir: ${{ matrix.flatpaks == 'flatpak_refs_dir' && needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR || '' }}