From c578376ff5672a8ca8532aa59c164c5c6350882d Mon Sep 17 00:00:00 2001 From: janic Date: Sun, 8 May 2022 16:52:00 +0200 Subject: [PATCH] Drone File --- .drone.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f3da497 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,29 @@ +--- +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 + auto_tag: true + build_args: + - ARCH=amd64 + dockerfile: ./Dockerfiles/Dockerfile