Merge pull request #56 from MultiBuds/fix-container-build-on-forks

Fix container builds on forks
This commit is contained in:
Ben V. Brown 2023-06-27 09:12:24 +10:00 committed by GitHub
commit 1aba951de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ concurrency:
jobs:
build-and-push-images:
if: ${{ github.repository == 'pine64/OpenPineBuds' }}
name: Build and push container image for PineBuds Pro SDK to GHCR.io
runs-on: ubuntu-latest
steps: