diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 9f29878..ee29b86 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -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 }} \ No newline at end of file + targetUrl: ${{ steps.jobs.outputs.html_url }}