From 31c17e0e4eb11629b571650415caf4c533dc3422 Mon Sep 17 00:00:00 2001 From: SebClem Date: Mon, 19 Dec 2022 14:49:00 +0100 Subject: [PATCH] Registry login --- .woodpecker.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7b02940..627a7c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,11 +19,12 @@ pipeline: platforms: linux/amd64 tag: next repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} - registry: harbor.sebclem.fr - username: - from_secret: harbor_username - password: - from_secret: harbor_password + logins: + - registry: https://harbor.sebclem.fr + username: + from_secret: harbor_username + password: + from_secret: harbor_password # cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}