fix: drone ci - cron

This commit is contained in:
Markus Pesch 2021-01-07 21:27:39 +01:00
parent 7fc9791bc1
commit 390308609f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 12 deletions

View File

@ -4,9 +4,6 @@ name: build-image-x86_64
steps:
# BUILD
###############################################################################
- name: build-image-latest
image: docker.io/volkerraschek/build-image:latest
commands:
@ -18,9 +15,6 @@ steps:
branch:
- master
# PUSH
###############################################################################
- name: push-image-latest
image: docker.io/volkerraschek/build-image:latest
commands:
@ -36,6 +30,7 @@ steps:
- master
event:
- push
- cron
- name: push-image-tagged
image: docker.io/volkerraschek/build-image:latest
@ -54,9 +49,6 @@ steps:
event:
- tag
# NOTIFY
###############################################################################
- name: notify
image: drillster/drone-email
environment:
@ -73,9 +65,6 @@ steps:
- changed
- failure
# VOLUMES
###############################################################################
volumes:
- name: docker_socket
host: