tubearchivist/.drone.yml
2022-05-11 21:26:24 +07:00

19 lines
323 B
YAML

kind: pipeline
type: docker
name: unstable
# 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
target: linux/amd64