From 6e1bf38cd3749e911648860aeec3cf98704cd715 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 09:32:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Seems=20that=20nologin=20shall?= =?UTF-8?q?=20be=20used=20to=20login=20to=20the=20registry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 087b281..bec4c2b 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -9,8 +9,7 @@ steps: # build_args: # - COMMIT_SHA=${CI_COMMIT_SHA} # - COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL} - username: - from_secret: registry-username + username: nologin password: from_secret: registry-password debug: true