website_example/.drone.yml
sthope a350dabe35
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-09-05 02:34:01 +02:00

20 lines
335 B
YAML

kind: pipeline
name: default
steps:
- name: publish
image: plugins/docker
when:
event:
- tag
settings:
repo: sthopeless/website-example
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest
- ${DRONE_TAG}
auto_tag: true
force_tag: true