nextcloud-smb/.drone.yml
janic f8318a175e
Some checks failed
continuous-integration/drone/push Build is failing
Right registry
2022-05-15 23:44:55 +02:00

32 lines
532 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
settings:
username:
from_secret: harbor_username
password:
from_secret: harbor_password
repo: goharbor.voser.cloud/homelab/nextcloud-smb
registry: goharbor.voser.cloud:443
auto_tag: true
build_args:
- ARCH=amd64
dockerfile: ./Dockerfiles/Dockerfile