docker-ftps/.drone.yml

36 lines
724 B
YAML
Raw Permalink Normal View History

2019-05-18 12:14:08 +00:00
kind: pipeline
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/ftps
tags:
- latest
when:
event:
exclude:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
settings:
2019-05-19 09:03:34 +00:00
auto_tag: true
2019-05-18 12:14:08 +00:00
daemon_off: false
2020-08-12 13:14:16 +00:00
force_tag: true
2019-05-18 12:14:08 +00:00
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/ftps
tags:
- latest
username:
from_secret: docker_username
when:
event:
- tag