1
0
Fork 0
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:
Jason N 2024-03-19 14:51:46 -04:00 committed by GitHub
parent 2a907a79c3
commit 8196066a63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,12 @@ jobs:
type=ref,event=branch type=ref,event=branch
type=ref,event=pr type=ref,event=pr
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Build ISO - name: Build ISO
uses: ./ uses: ./
id: build id: build
@ -137,4 +143,4 @@ jobs:
status: ${{ job.status }} status: ${{ job.status }}
context: ${{ env.JOB_NAME }} (${{ matrix.version }}) context: ${{ env.JOB_NAME }} (${{ matrix.version }})
sha: ${{ env.sha }} sha: ${{ env.sha }}
targetUrl: ${{ steps.jobs.outputs.html_url }} targetUrl: ${{ steps.jobs.outputs.html_url }}