Fixed force_pull boolean unmarshal error

This commit is contained in:
Jean-Baptiste Gomond 2023-10-01 01:38:22 +02:00 committed by Sebastian Thomschke
parent e019071eb2
commit 816b21f4bd
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ container:
# If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers.
# If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
docker_host: '${GITEA_RUNNER_JOB_CONTAINER_DOCKER_HOST:-}'
force_pull: '${GITEA_RUNNER_JOB_CONTAINER_FORCE_PULL:-false}'
force_pull: ${GITEA_RUNNER_JOB_CONTAINER_FORCE_PULL:-false}
host:
# The parent directory of a job's working directory.