docker-image-webdav/.drone.yml
Mauro Torrez c8a386d2f6
All checks were successful
continuous-integration/drone/push Build is passing
fix ci
2021-11-24 00:52:45 -03:00

28 lines
490 B
YAML

---
kind: pipeline
name: default
steps:
- name: build image only
image: plugins/docker
settings:
repo: eumau/webdav
auto_tag: true
dry_run: true
when:
ref:
- refs/pull/**
- name: build and publish image
image: plugins/docker
settings:
repo: eumau/webdav
auto_tag: true
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
when:
branch:
- main