Skip to content
Snippets Groups Projects
Verified Commit 673d25a3 authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

fix(ci): lower case only for repo name

parent 9fd9e1ba
No related branches found
No related tags found
No related merge requests found
Pipeline #533908 failed
......@@ -93,6 +93,7 @@ container:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"${HARBOR_URL}\":{\"auth\":\"$(printf "%s:%s" ${HARBOR_USER} ${HARBOR_TOKEN} | base64 -w 0)\"}}}" > /kaniko/.docker/config.json
script:
- CI_PROJECT_PATH=$(echo "$CI_PROJECT_PATH" | tr '[:upper:]' '[:lower:]')
- /kaniko/executor
--verbosity=info
--reproducible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment