traefik-cert-dumper/.drone.yml
Roxie Gibson a2dee7c438
Some checks failed
continuous-integration/drone Build is failing
inital commit
2021-11-11 10:55:15 +00:00

23 lines
381 B
YAML

---
kind: pipeline
name: docker-publish
steps:
- name: publish image
image: plugins/docker
settings:
auto_tag: true
username: thecoopcloud
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/traefik-cert-dumper
tags: latest
when:
event:
exclude:
- pull_request
trigger:
branch:
- main