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:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
settings:
|
settings:
|
||||||
username: realaravinth
|
username: realaravinth
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Add table
Reference in a new issue