docker-ftps/.drone.yml
Paolo Asperti 967cb2aaf5
All checks were successful
continuous-integration/drone/tag Build is passing
fixed docker publishing
2020-08-12 15:17:46 +02:00

17 lines
383 B
YAML

kind: pipeline
name: default
steps:
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
settings:
auto_tag: true
daemon_off: false
force_tag: true
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/ftps
username:
from_secret: docker_username