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