From a404e75496a1b514fda2581e52f2de6813c0bd7c Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Thu, 17 Oct 2024 11:34:12 +0200 Subject: [PATCH] #0000 - Fix repo URL case sensitivity in .woodpecker.yml Corrected the capitalization of the repository username in the configuration. This ensures that the Docker build process points to the correct repository path. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a135e9b..535b400 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -28,7 +28,7 @@ steps: docker-other: image: woodpeckerci/plugin-docker-buildx settings: - repo: git.van-hemmen.com/GuillaumeHemmen/sso-poc-marn + repo: git.van-hemmen.com/guillaumehemmen/sso-poc-marn tags: ${CI_COMMIT_SHA:0:8-tag-sha},${CI_COMMIT_BRANCH/\//-} registry: git.van-hemmen.com username: