mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-04 12:00:21 +00:00
19 lines
323 B
YAML
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
|