mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 00:49:19 +00:00
add manifest pipeline
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user