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:
|
build-dev:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
|
||||||
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
|
||||||
registry: git.sebclem.fr
|
registry: git.sebclem.fr
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
logins:
|
logins:
|
||||||
@ -20,8 +20,8 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
|
||||||
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
|
||||||
logins:
|
logins:
|
||||||
- registry: https://git.sebclem.fr
|
- registry: https://git.sebclem.fr
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user