CI Publish Docker image (develop) をforkしたリポジトリでは実行しない (#9585)

This commit is contained in:
Masaya Suzuki
2023-01-15 15:59:01 +09:00
committed by GitHub
parent 726959911c
commit a2e61c6708

View File

@ -10,7 +10,7 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
if: github.repository == 'misskey-dev/misskey'
steps:
- name: Check out the repo
uses: actions/checkout@v2