fix: drone ci - cron
This commit is contained in:
parent
7fc9791bc1
commit
390308609f
13
.drone.yml
13
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user