This commit is contained in:
parent
f33e9a4d9f
commit
3d3a8f309a
17
.drone.yml
17
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user