tubearchivist/.drone.yml

22 lines
336 B
YAML

kind: pipeline
type: docker
name: unstable
platform:
os: linux
arch: amd64
# test comment
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: bbilly2/tubearchivist-test
tags:
- unstable
dry_run: True