This commit is contained in:
parent
53f671a3e4
commit
7aaa3fe1d1
1 changed files with 7 additions and 9 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:
|
||||
|
@ -28,8 +24,10 @@ steps:
|
|||
tags: latest
|
||||
dry_run: true
|
||||
when:
|
||||
exclude:
|
||||
branch:
|
||||
exclude:
|
||||
- main
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- push
|
Loading…
Reference in a new issue