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

set image_tag

This commit is contained in:
Jason N. 2024-03-20 10:04:39 -04:00
parent a38f8a8d56
commit 05fd98f1ef

View file

@ -52,10 +52,13 @@ jobs:
- 40
include:
- version: 7
image_tag: 38
rhel: true
- version: 8
image_tag: 39
rhel: true
- version: 9
image_tag: 40
rhel: true
outputs:
iso_name-38: ${{ steps.save_output.outputs.iso_name-38 }}
@ -130,7 +133,7 @@ jobs:
arch: ${{ needs.load_vars.outputs.ARCH }}
image_name: ${{ needs.load_vars.outputs.IMAGE_NAME }}
image_repo: ${{ needs.load_vars.outputs.IMAGE_REPO }}
image_tag: ${{ matrix.version }}
image_tag: ${{ matrix.image_tag || matrix.version }}
version: ${{ matrix.version }}
variant: ${{ needs.load_vars.outputs.VARIANT }}
flatpak_remote_refs_dir: /github/workspace/${{ needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR }}