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:
|
steps:
|
||||||
|
|
||||||
# BUILD
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
- name: build-image-latest
|
- name: build-image-latest
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
commands:
|
commands:
|
||||||
@ -18,9 +15,6 @@ steps:
|
|||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
# PUSH
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
- name: push-image-latest
|
- name: push-image-latest
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
commands:
|
commands:
|
||||||
@ -36,6 +30,7 @@ steps:
|
|||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
- cron
|
||||||
|
|
||||||
- name: push-image-tagged
|
- name: push-image-tagged
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
@ -54,9 +49,6 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
# NOTIFY
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
environment:
|
environment:
|
||||||
@ -73,9 +65,6 @@ steps:
|
|||||||
- changed
|
- changed
|
||||||
- failure
|
- failure
|
||||||
|
|
||||||
# VOLUMES
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user