#0000 - Fix repo URL case sensitivity in .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Corrected the capitalization of the repository username in the configuration. This ensures that the Docker build process points to the correct repository path.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-17 11:34:12 +02:00
parent 0a42b93f56
commit a404e75496
Signed by: GuillaumeHemmen
GPG key ID: 7921E64524F7EB35

View file

@ -28,7 +28,7 @@ steps:
docker-other: docker-other:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: 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/\//-} tags: ${CI_COMMIT_SHA:0:8-tag-sha},${CI_COMMIT_BRANCH/\//-}
registry: git.van-hemmen.com registry: git.van-hemmen.com
username: username: