From 05fd98f1ef1e965535827d56ab622e0438da8862 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:04:39 -0400 Subject: [PATCH] set image_tag --- .github/workflows/build_iso.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 3722a77..3e91d96 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -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 }}