nextcloud-smb/.drone.yml

38 lines
671 B
YAML
Raw Normal View History

2022-05-08 16:52:00 +02:00
---
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
2022-05-16 00:17:05 +02:00
volumes:
- name: docker_socket
path: /var/run/docker.sock
2022-05-08 16:52:00 +02:00
settings:
username:
from_secret: harbor_username
password:
from_secret: harbor_password
2022-05-16 00:23:41 +02:00
repo: goharbor.voser.cloud/homelab/nextcloud-smb
2022-05-16 00:22:54 +02:00
registry: https://goharbor.voser.cloud
2022-05-08 16:52:00 +02:00
auto_tag: true
build_args:
- ARCH=amd64
2022-05-16 00:17:05 +02:00
dockerfile: ./Dockerfiles/Dockerfile
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock