From a0b1ac0fab8b18d763a4937f7630c4cc742d5cc7 Mon Sep 17 00:00:00 2001 From: janic Date: Thu, 20 Oct 2022 19:53:25 +0200 Subject: [PATCH] Push image to gitea Instead of harbor --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f77c1f4..c0b0661 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: # - tag steps: -- name: Harbor AMD64 +- name: Gitea AMD64 image: plugins/docker # Check Entrypoint privileged: true volumes: @@ -22,11 +22,11 @@ steps: path: /var/run/docker.sock settings: username: - from_secret: harbor_username + from_secret: gitea_username password: - from_secret: harbor_password - repo: goharbor.voser.cloud/homelab/nextcloud-smb - registry: https://goharbor.voser.cloud + from_secret: gitea_password + repo: gitea.voser.cloud/Container/nextcloud-smb + registry: https://gitea.voser.cloud auto_tag: true build_args: - ARCH=amd64