karaokards/.drone.yml
Martyn Ranyard 194a5f8afd More tweaks to pipeline
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-02-12 17:55:47 +01:00

24 lines
402 B
YAML

kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: publish
image: plugins/docker:18
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
dockerfile: Dockerfile
repo: imartyn/karaokardbot
username:
from_secret: docker_username
password:
from_secret: docker_username
when:
event:
- push
- tag