diff --git a/README.md b/README.md index 7c91768..bbf569c 100644 --- a/README.md +++ b/README.md @@ -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 - ``` diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index 52cf182..58d8192 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -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