members.lumbung.space/.drone.yml
cellarspoon 2101f41ed5
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
fix: deploy & badge
2022-01-10 13:47:47 +01:00

20 lines
370 B
YAML

---
kind: pipeline
name: publish pipeline
steps:
- name: publish container
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/members.lumbung.space
auto_tag: true
trigger:
branch:
- main
event:
exclude:
- pull_request