add manifest pipeline

This commit is contained in:
simon 2022-05-12 21:50:37 +07:00
parent 526d75af4f
commit 03527b4ace
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 23 additions and 0 deletions

View File

@ -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