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

login before pulling

This commit is contained in:
Jason N 2024-03-19 14:44:42 -04:00 committed by GitHub
parent 2a907a79c3
commit c20b0c4899
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 }}