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') )
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue