fix: publish docker images only on pushes to master branch
This commit is contained in:
parent
2401d40047
commit
efdff0bc26
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ pipeline:
|
|||
|
||||
publish:
|
||||
image: plugins/docker
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
settings:
|
||||
username: realaravinth
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue