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