nextcloud-smb/.drone.yml
janic a5eec6d673
All checks were successful
continuous-integration/drone/push Build is passing
Right registry
2022-05-16 00:23:41 +02:00

38 lines
671 B
YAML

---
kind: pipeline
type: docker
name: Build AMD64
platform:
os: linux
arch: amd64
trigger:
branche:
- master
# event:
# - tag
steps:
- name: Harbor AMD64
image: plugins/docker # Check Entrypoint
privileged: true
volumes:
- name: docker_socket
path: /var/run/docker.sock
settings:
username:
from_secret: harbor_username
password:
from_secret: harbor_password
repo: goharbor.voser.cloud/homelab/nextcloud-smb
registry: https://goharbor.voser.cloud
auto_tag: true
build_args:
- ARCH=amd64
dockerfile: ./Dockerfiles/Dockerfile
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock