#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
c728b3ebe2
commit
7f267ed579
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
docker-master:
|
||||
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: latest,${CI_COMMIT_SHA:0:8}
|
||||
registry: git.van-hemmen.com
|
||||
username:
|
||||
|
|
Loading…
Reference in a new issue