This commit is contained in:
parent
7e60b518c5
commit
300456be22
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
kind: pipeline
|
||||
name: deploy
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
|
@ -14,9 +13,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -31,5 +27,7 @@ steps:
|
|||
exclude:
|
||||
branch:
|
||||
- main
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- push
|
Loading…
Reference in a new issue