Master only
This commit is contained in:
parent
a25cb6dc68
commit
a133ceed31
|
|
@ -2,6 +2,10 @@ kind: pipeline
|
|||
type: docker
|
||||
name: build & publish image
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: build & publish
|
||||
image: plugins/docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue