add manifest
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2022-12-23 22:45:41 +01:00
parent f33e9a4d9f
commit 3d3a8f309a
1 changed files with 17 additions and 0 deletions

View File

@ -60,3 +60,20 @@ volumes:
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: upload_manifest
steps:
- name: upload_manifest
image: plugins/manifest
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
target: j10l/nsd-docker:latest
template: j10l/nsd-docker:latest-ARCH
platforms:
- linux/amd64
- linux/arm64