tubearchivist/.drone.yml

18 lines
308 B
YAML
Raw Normal View History

2022-05-11 11:44:57 +00:00
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