fix(ci): conditions for latest and tagged builds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2021-10-12 18:50:21 +02:00
parent 87dad6321f
commit 7a208be5e7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -66,9 +66,6 @@ steps:
volumes:
- name: docker_socket
path: /var/run/docker.sock
when:
branch:
- master
- name: notify
image: drillster/drone-email
@ -92,9 +89,15 @@ volumes:
path: /var/run/docker.sock
trigger:
branch:
- master
event:
include:
- push
exclude:
- tag
repo:
- volker.raschek/certbot-docker
---
kind: pipeline
@ -118,9 +121,6 @@ steps:
password:
from_secret: container_image_registry_password
no_cache: true
when:
branch:
- master
- name: notify
image: drillster/drone-email
@ -147,9 +147,15 @@ volumes:
path: /var/run/docker.sock
trigger:
branch:
- master
event:
include:
- push
exclude:
- tag
repo:
- volker.raschek/certbot-docker
---
kind: pipeline
@ -193,9 +199,15 @@ depends_on:
- latest-armv7
trigger:
branch:
- master
event:
include:
- push
exclude:
- tag
repo:
- volker.raschek/certbot-docker
---
kind: pipeline