Don't run Docker build & push on forks

This commit is contained in:
Julia van der Kris 2024-09-26 19:32:50 +02:00
parent 049caae98b
commit 452877ef4e
No known key found for this signature in database
GPG Key ID: DCD4F68580A4349B

View File

@ -7,6 +7,7 @@ on:
jobs:
docker:
if: ${{ github.repository == 'jackyzha0/quartz' }} # Comment this out if you want to publish your own images on a fork!
runs-on: ubuntu-latest
steps:
- name: Set lowercase repository owner environment variable