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

Use the Lorax templates for the OS version (#64)

This commit is contained in:
Jason N 2024-03-12 14:24:02 -04:00 committed by GitHub
parent 4710f3002d
commit f4fd87855a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 9 deletions

View file

@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: 'true'
- name: Docker meta
id: meta
@ -49,6 +51,7 @@ jobs:
with:
containerfiles: Containerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Push image
uses: redhat-actions/push-to-registry@v2
@ -72,9 +75,11 @@ 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 }}
iso_name-40: ${{ steps.save_output.outputs.iso_name-40 }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
@ -141,6 +146,7 @@ jobs:
version:
- 38
- 39
- 40
steps:
- name: Checkout repo
uses: actions/checkout@v4