diff --git a/.woodpecker.yml b/.woodpecker.yml index 7b02940..5c8c58b 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_user + password: + from_secret: harbor_token # cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}