nsd-docker/.drone.yml
Jochen Welzel d5f64fb716
Some checks reported errors
continuous-integration/drone/push Build encountered an error
build multi-arch
2022-12-23 21:56:46 +01:00

45 lines
726 B
YAML

---
kind: pipeline
type: docker
name: build_amd64
platform:
os: linux
arch: amd64
steps:
- name: push docker image
image: plugins/docker
settings:
repo: j10l/nsd-docker
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: build_amd64
platform:
os: linux
arch: arm64
steps:
- name: push docker image
image: plugins/docker
settings:
repo: j10l/nsd-docker
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock