mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
23 lines
366 B
YAML
23 lines
366 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: unstable
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
# test comment
|
|
steps:
|
|
- name: docker
|
|
image: plugins/docker
|
|
settings:
|
|
repo: bbilly1/tubearchivist-test
|
|
tags:
|
|
- unstable
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_token
|
|
build_args:
|
|
- TARGETPLATFORM=linux/amd64
|