Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Fix for authentication proglem with SD Images #76

Fix for authentication proglem with SD Images

Fix for authentication proglem with SD Images #76

Workflow file for this run

name: PR Docker Build
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
packages: write
jobs:
build:
uses: ./.github/workflows/docker-build-shared.yml
with:
version: pr-${{ github.event.pull_request.number }}
build_all: true
release_as_latest: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}