From 00be948c9b2a13977c601b5d0dd4eddd37332fd9 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 22 Nov 2022 13:25:02 -0800 Subject: [PATCH] Try flipping settings order to fix registry --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 45b8ce6..6452a3a 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 tags: latest - registry: git.coopcloud.tech