ci: Don't push built docker image on PRs
continuous-integration/drone/push Build is passing Details

pull/15/head
Georg Krause 2023-07-10 10:55:03 +02:00 committed by Gitea
parent 3cdf24a5f3
commit d47a63e331
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ steps:
- docker login -u $USERNAME -p $PASSWORD
- docker push gcrkrause/mastodon-blocklist-deploy
- docker image prune -a -f
when:
event:
exclude:
- pull_request
branch:
- main