tubearchivist/.drone.yml

18 lines
308 B
YAML

kind: pipeline
type: docker
name: unstable
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: bbilly1/tubearchivist-test
tags:
- unstable
dry_run: True
target: linux/amd64