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 dfbe43d70d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -11,7 +11,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.28.1 image: docker.io/volkerraschek/markdownlint:0.29.0
resources: resources:
limits: limits:
cpu: 50 cpu: 50
@ -41,6 +41,7 @@ trigger:
event: event:
exclude: exclude:
- tag - tag
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -66,9 +67,6 @@ steps:
volumes: volumes:
- name: docker_socket - name: docker_socket
path: /var/run/docker.sock path: /var/run/docker.sock
when:
branch:
- master
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
@ -92,9 +90,13 @@ volumes:
path: /var/run/docker.sock path: /var/run/docker.sock
trigger: trigger:
branch:
- master
event: event:
exclude: - cron
- tag - push
repo:
- volker.raschek/certbot-docker
--- ---
kind: pipeline kind: pipeline
@ -118,9 +120,6 @@ steps:
password: password:
from_secret: container_image_registry_password from_secret: container_image_registry_password
no_cache: true no_cache: true
when:
branch:
- master
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
@ -147,9 +146,13 @@ volumes:
path: /var/run/docker.sock path: /var/run/docker.sock
trigger: trigger:
branch:
- master
event: event:
exclude: - cron
- tag - push
repo:
- volker.raschek/certbot-docker
--- ---
kind: pipeline kind: pipeline
@ -193,9 +196,13 @@ depends_on:
- latest-armv7 - latest-armv7
trigger: trigger:
branch:
- master
event: event:
exclude: - cron
- tag - push
repo:
- volker.raschek/certbot-docker
--- ---
kind: pipeline kind: pipeline
@ -397,6 +404,7 @@ trigger:
branch: branch:
- master - master
event: event:
- cron
- push - push
repo: repo:
- volker.raschek/certbot-docker - volker.raschek/certbot-docker