This commit is contained in:
parent
30b5ef591c
commit
01a19306cc
1 changed files with 7 additions and 7 deletions
14
.drone.yml
14
.drone.yml
|
@ -1,7 +1,7 @@
|
|||
kind: pipeline
|
||||
name: deploy
|
||||
steps:
|
||||
- name: docker
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
|
@ -13,8 +13,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -26,8 +24,10 @@ steps:
|
|||
tags: latest
|
||||
dry_run: true
|
||||
when:
|
||||
exclude:
|
||||
branch:
|
||||
branch:
|
||||
exclude:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- push
|
Loading…
Reference in a new issue