From 9bf0e5ab071eea2f7a9ac583b445bd14ec0e5774 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 3 Oct 2023 22:31:43 +0100 Subject: [PATCH] Switch to Gitea image --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3192b70..b99489d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,10 +12,12 @@ steps: - name: publish image image: plugins/docker settings: - username: thecoopcloud + username: 3wordchant password: - from_secret: thecoopcloud_password - repo: thecoopcloud/drone-abra + from_secret: git_coopcloud_tech_token_3wc + repo: git.coopcloud.tech/coop-cloud/stack-ssh-deploy + tags: latest + registry: git.coopcloud.tech tags: latest purge: true pull_image: true