[CI] Don't rebuild docker image when merging
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

Should fix #9
This commit is contained in:
kleph 2020-03-03 09:34:13 +01:00
parent fed0b11a24
commit 990d3ac8bf

View file

@ -53,6 +53,10 @@ steps:
from_secret: dockerhub_username from_secret: dockerhub_username
password: password:
from_secret: dockerhub_password from_secret: dockerhub_password
when:
event:
exclude:
- pull_request
depends_on: depends_on:
- unit tests - unit tests