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

name load_vars job

This commit is contained in:
Jason N. 2024-03-19 09:51:22 -04:00
parent bcfbc02ded
commit e3c289a0f1
5 changed files with 7 additions and 1 deletions

View file

@ -17,7 +17,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'auto-test') )
name: Build Container Image
env:
JOB_NAME: Tests / Build Container Image
JOB_NAME: Build Container Image
runs-on: ubuntu-latest
permissions:
contents: read
@ -66,6 +66,7 @@ jobs:
with:
images: |
ghcr.io/${{ github.repository }}
context: git
tags: |
type=ref,event=branch
type=ref,event=pr

View file

@ -20,6 +20,7 @@ on:
jobs:
load_vars:
name: Load Variables
uses: ./.github/workflows/build_vars.yml
build_iso:

View file

@ -21,6 +21,7 @@ on:
jobs:
load_vars:
name: Load Variables
uses: ./.github/workflows/build_vars.yml
test-deployment:

View file

@ -20,6 +20,7 @@ on:
jobs:
load_vars:
name: Load Variables
uses: ./.github/workflows/build_vars.yml
test-iso:

View file

@ -7,6 +7,8 @@ on:
tags:
- 'v*'
workflow_dispatch:
workflow_call:
inputs:
pr: