mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +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
|
- 40
|
||||||
include:
|
include:
|
||||||
- version: 7
|
- version: 7
|
||||||
|
image_tag: 38
|
||||||
rhel: true
|
rhel: true
|
||||||
- version: 8
|
- version: 8
|
||||||
|
image_tag: 39
|
||||||
rhel: true
|
rhel: true
|
||||||
- version: 9
|
- version: 9
|
||||||
|
image_tag: 40
|
||||||
rhel: true
|
rhel: true
|
||||||
outputs:
|
outputs:
|
||||||
iso_name-38: ${{ steps.save_output.outputs.iso_name-38 }}
|
iso_name-38: ${{ steps.save_output.outputs.iso_name-38 }}
|
||||||
|
|
@ -130,7 +133,7 @@ jobs:
|
||||||
arch: ${{ needs.load_vars.outputs.ARCH }}
|
arch: ${{ needs.load_vars.outputs.ARCH }}
|
||||||
image_name: ${{ needs.load_vars.outputs.IMAGE_NAME }}
|
image_name: ${{ needs.load_vars.outputs.IMAGE_NAME }}
|
||||||
image_repo: ${{ needs.load_vars.outputs.IMAGE_REPO }}
|
image_repo: ${{ needs.load_vars.outputs.IMAGE_REPO }}
|
||||||
image_tag: ${{ matrix.version }}
|
image_tag: ${{ matrix.image_tag || matrix.version }}
|
||||||
version: ${{ matrix.version }}
|
version: ${{ matrix.version }}
|
||||||
variant: ${{ needs.load_vars.outputs.VARIANT }}
|
variant: ${{ needs.load_vars.outputs.VARIANT }}
|
||||||
flatpak_remote_refs_dir: /github/workspace/${{ needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR }}
|
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