#0000 - Fix repo URL case sensitivity in .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
parent
0a42b93f56
commit
a404e75496
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue