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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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