diff --git a/.drone.yml b/.drone.yml index 6e5bc7f..8e90666 100644 --- a/.drone.yml +++ b/.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: