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

use templates from matching lorax version

This commit is contained in:
Jason N. 2024-03-12 11:56:45 -04:00
parent d65e6f1d24
commit 78ccf7b51d
4 changed files with 14 additions and 4 deletions

View file

@ -73,6 +73,7 @@ jobs:
version:
- 38
- 39
- 40
outputs:
iso_name-38: ${{ steps.save_output.outputs.iso_name-38 }}
iso_name-39: ${{ steps.save_output.outputs.iso_name-39 }}
@ -142,6 +143,7 @@ jobs:
version:
- 38
- 39
- 40
steps:
- name: Checkout repo
uses: actions/checkout@v4