hetzner-storagebox-exporter/.drone.yml

30 lines
656 B
YAML

---
kind: pipeline
type: docker
name: build and publish
trigger:
event:
include:
- push
- cron
cron:
- monthly
steps:
- name: docker build and publish
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