Fix uppercase repo name
All checks were successful
ci/woodpecker/push/build_docker Pipeline was successful

This commit is contained in:
SebClem 2023-12-29 15:40:43 +01:00
parent f239849162
commit 9ec4d2a831
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -2,8 +2,8 @@ steps:
build-dev:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
registry: git.sebclem.fr
auto_tag: true
logins:
@ -20,8 +20,8 @@ steps:
settings:
platforms: linux/amd64
auto_tag: true
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
logins:
- registry: https://git.sebclem.fr
username: