Changed git uri in ci
This commit is contained in:
parent
6a22a38bc5
commit
f41712165e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ steps:
|
||||||
- sleep 30
|
- sleep 30
|
||||||
- docker context create build
|
- docker context create build
|
||||||
- docker buildx create build --use
|
- docker buildx create build --use
|
||||||
- echo $DOCKER_PASSWORD | docker login --username Phil --password-stdin gitea.hackmi.ch
|
- echo $DOCKER_PASSWORD | docker login --username Phil --password-stdin git.hackmi.ch
|
||||||
- docker buildx build
|
- docker buildx build
|
||||||
--platform linux/amd64
|
--platform linux/amd64
|
||||||
--no-cache
|
--no-cache
|
||||||
|
|
Loading…
Reference in a new issue