fixed forgejo runner
Some checks failed
build / build (push) Successful in 44s
Go Tests / go-tests (push) Failing after 1m2s

This commit is contained in:
Manuel Ganter 2025-10-30 14:25:31 +01:00
parent a5cbcc62f9
commit 760d9a3e8c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -115,5 +115,5 @@ volumes:
## Build the runner on macos
```
cd runner && docker buildx build --platform linux/amd64 --push -t edp.buildth.ing/devfw-cicd/ubuntu-host-runner:$(date --utc --iso-8601) .
cd runner && docker buildx build --platform linux/amd64 --push -t edp.buildth.ing/devfw-cicd/ubuntu-host-runner:$(date --utc --iso-8601) . && cd -
```

View file

@ -72,4 +72,4 @@ unset BEARER_TOKEN
docker buildx create --use --name sidecar unix:///run/user/1000/buildkit/buildkitd.sock
/bin/forgejo-runner --config config.yml one-job
/bin/forgejo-runner --config config.yml daemon