hetzner-storagebox-exporter/.drone.yml

27 lines
612 B
YAML
Raw Normal View History

2023-03-23 23:51:53 +00:00
---
kind: pipeline
type: docker
name: build and publish
trigger:
event:
include:
- push
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