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

This commit is contained in:
Aaron Riedel 2023-09-24 04:11:02 +02:00
parent 78941ab161
commit 0d07dc85b3
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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