This commit is contained in:
parent
0a796c82e4
commit
eaef49551c
1 changed files with 5 additions and 8 deletions
13
.drone.yml
13
.drone.yml
|
@ -13,10 +13,8 @@ steps:
|
|||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
|
||||
- name: docker-build
|
||||
|
@ -30,9 +28,8 @@ steps:
|
|||
tags: latest
|
||||
dry_run: true
|
||||
when:
|
||||
branch:
|
||||
exclude:
|
||||
- main
|
||||
event:
|
||||
exclude:
|
||||
- push
|
||||
exclude:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
Loading…
Reference in a new issue