mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
name load_vars job
This commit is contained in:
parent
bcfbc02ded
commit
e3c289a0f1
5 changed files with 7 additions and 1 deletions
3
.github/workflows/build_container.yml
vendored
3
.github/workflows/build_container.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
contains(github.event.pull_request.labels.*.name, 'auto-test') )
|
contains(github.event.pull_request.labels.*.name, 'auto-test') )
|
||||||
name: Build Container Image
|
name: Build Container Image
|
||||||
env:
|
env:
|
||||||
JOB_NAME: Tests / Build Container Image
|
JOB_NAME: Build Container Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -66,6 +66,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
|
context: git
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|
|
||||||
1
.github/workflows/build_iso.yml
vendored
1
.github/workflows/build_iso.yml
vendored
|
|
@ -20,6 +20,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load_vars:
|
load_vars:
|
||||||
|
name: Load Variables
|
||||||
uses: ./.github/workflows/build_vars.yml
|
uses: ./.github/workflows/build_vars.yml
|
||||||
|
|
||||||
build_iso:
|
build_iso:
|
||||||
|
|
|
||||||
1
.github/workflows/test_deployment.yml
vendored
1
.github/workflows/test_deployment.yml
vendored
|
|
@ -21,6 +21,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load_vars:
|
load_vars:
|
||||||
|
name: Load Variables
|
||||||
uses: ./.github/workflows/build_vars.yml
|
uses: ./.github/workflows/build_vars.yml
|
||||||
|
|
||||||
test-deployment:
|
test-deployment:
|
||||||
|
|
|
||||||
1
.github/workflows/test_iso.yml
vendored
1
.github/workflows/test_iso.yml
vendored
|
|
@ -20,6 +20,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load_vars:
|
load_vars:
|
||||||
|
name: Load Variables
|
||||||
uses: ./.github/workflows/build_vars.yml
|
uses: ./.github/workflows/build_vars.yml
|
||||||
|
|
||||||
test-iso:
|
test-iso:
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -7,6 +7,8 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
pr:
|
pr:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue