capsul-flask/.drone.yml

14 lines
312 B
YAML
Raw Normal View History

2021-07-09 21:27:41 +00:00
---
kind: pipeline
name: publish docker image
steps:
- name: build and publish
image: plugins/docker
settings:
username:
from_secret: docker_reg_username_3wc
password:
from_secret: docker_reg_passwd_3wc
repo: 3wordchant/capsul-flask
tags: ${DRONE_COMMIT_BRANCH}