Compare commits

..

No commits in common. "adff3b98200e32a5efb114bcf4ff4d6072d4ffd2" and "266aded5abcfcd8c4b465c592f84b38892938623" have entirely different histories.

View file

@ -29,38 +29,10 @@ name: build and publish
trigger:
event:
- cron
- promote
target:
- production
steps:
- name: docker build
image: plugins/docker
environment:
REVISION: ${DRONE_COMMIT_SHA}
CREATED: ${DRONE_BUILD_CREATED}
SOURCE_URL: ${DRONE_GIT_HTTP_URL}
settings:
purge: true
username:
from_secret: dockerhub_user
password:
from_secret: dockerhub_key
repo: varakh/hetzner-storagebox-exporter
tags:
- latest
when:
branch:
- master
---
kind: pipeline
type: docker
name: monhtly build and publish
trigger:
event:
- cron
cron:
include:
- monthly
@ -81,7 +53,6 @@ steps:
repo: varakh/hetzner-storagebox-exporter
tags:
- latest
- monthly
when:
branch:
- master
@ -107,4 +78,5 @@ steps:
from_secret: mail_from
when:
status:
- success
- failure