diff --git a/Containerfile b/Containerfile index 4aec1ba..44d7492 100644 --- a/Containerfile +++ b/Containerfile @@ -70,7 +70,7 @@ ARG ENABLE_FIPS=true # may be changed if you know what you're doing. LABEL register="podman run -it --rm \ --secret=REGISTRATION_TOKEN,type=env \ - -v ./config.toml:/etc/gitlab-runner/config.toml:Z \ + -v ./config.toml:/home/podman/.gitlab-runner/config.toml:Z \ -e REGISTER_NON_INTERACTIVE=true \ -e CI_SERVER_URL=${GITLAB_URL} \ -e RUNNER_NAME=pipglr \