CI: build (but not push) on pull request
This commit is contained in:
parent
65a781afa0
commit
40e55a3f0f
@ -3,6 +3,14 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build image only
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dry_run: true
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
|
||||
- name: build and publish image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
Loading…
x
Reference in New Issue
Block a user