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:
parent
a38f8a8d56
commit
05fd98f1ef
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build_iso.yml
vendored
5
.github/workflows/build_iso.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue