Merge pull request '[CI] Don't rebuild docker image when merging' (#11) from fix-merge into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #11
This commit is contained in:
commit
1c713d46d9
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ steps:
|
|||
from_secret: dockerhub_username
|
||||
password:
|
||||
from_secret: dockerhub_password
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
depends_on:
|
||||
- unit tests
|
||||
|
|
Loading…
Reference in a new issue