update drone conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-09-24 04:27:05 +02:00
parent 1e93f245fd
commit 14ce7d8a69
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -13,8 +13,6 @@ steps:
when: when:
branch: branch:
- main - main
event:
- push
- name: docker-build - name: docker-build
image: plugins/docker image: plugins/docker
settings: settings:
@ -26,8 +24,10 @@ steps:
tags: latest tags: latest
dry_run: true dry_run: true
when: when:
exclude:
branch: branch:
exclude:
- main - main
when:
event: event:
include:
- push - push