This repository has been archived on 2021-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
pubspace/.drone.yml
decentral1se 40c5635620
All checks were successful
continuous-integration/drone/push Build is passing
Add drone config
2021-06-16 11:23:05 +02:00

20 lines
357 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/pubspace
auto_tag: true
trigger:
branch:
- main
event:
exclude:
- pull_request