mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Fix issues pulling from fork build (#84)
This commit is contained in:
parent
2a907a79c3
commit
8196066a63
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build_iso.yml
vendored
8
.github/workflows/build_iso.yml
vendored
|
|
@ -95,6 +95,12 @@ jobs:
|
|||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
|
||||
- name: Build ISO
|
||||
uses: ./
|
||||
id: build
|
||||
|
|
@ -137,4 +143,4 @@ jobs:
|
|||
status: ${{ job.status }}
|
||||
context: ${{ env.JOB_NAME }} (${{ matrix.version }})
|
||||
sha: ${{ env.sha }}
|
||||
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
||||
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue