diff --git a/templates/compose/gitea-runner.yaml b/templates/compose/gitea-runner.yaml index 4cf5ac503..bc6b4bd77 100644 --- a/templates/compose/gitea-runner.yaml +++ b/templates/compose/gitea-runner.yaml @@ -6,7 +6,7 @@ services: runner: - image: 'docker.io/gitea/runner:1.0.6' + image: 'docker.io/gitea/runner:1.0.7' environment: - 'GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}' - 'GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}'