mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
Don't run Docker build & push on forks
This commit is contained in:
parent
049caae98b
commit
452877ef4e
1
.github/workflows/docker-build-push.yaml
vendored
1
.github/workflows/docker-build-push.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user