mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
add manifest pipeline
This commit is contained in:
parent
526d75af4f
commit
03527b4ace
23
.drone.yml
23
.drone.yml
@ -43,3 +43,26 @@ steps:
|
||||
from_secret: docker_token
|
||||
build_args:
|
||||
- TARGETPLATFORM=linux/arm64
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: manifest
|
||||
|
||||
steps:
|
||||
- name: manifest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
target: bbilly1/tubearchivist-test
|
||||
template: bbilly1/tubearchivist-test:unstable-OS-ARCH
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
depends_on:
|
||||
- amd64
|
||||
- arm64
|
||||
|
Loading…
Reference in New Issue
Block a user