From f2053f93140db05989222e5c9ff29c140352524a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 22 Nov 2022 13:26:32 -0800 Subject: [PATCH] Fix `repo` setting to fix Docker build? --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6452a3a..9ef6cdf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,9 @@ steps: - name: build and publish image: plugins/docker settings: - registry: git.coopcloud.tech username: 3wordchant password: from_secret: git_coopcloud_tech_token_3wc - repo: wiki-cafe/wiki-farm + repo: git.coopcloud.tech/wiki-cafe/wiki-farm tags: latest + registry: git.coopcloud.tech