Fix uppercase repo name
All checks were successful
ci/woodpecker/push/build_docker Pipeline was successful
All checks were successful
ci/woodpecker/push/build_docker Pipeline was successful
This commit is contained in:
parent
f239849162
commit
9ec4d2a831
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user