diff --git a/Containerfile b/Containerfile index b00638a..978c651 100644 --- a/Containerfile +++ b/Containerfile @@ -107,11 +107,11 @@ ENTRYPOINT ["/usr/local/bin/gitlab-runner-wrapper"] # Gitlab-runner configuration options. Default to unprivileged (nested) # runner. Privileged is required to permit nested container image building. -ARG RUNNER_NAME="pipglr" +ARG RUNNER_NAME="qontainers-pipglr" ARG PRIVILEGED_RUNNER="false" # Tags allow pinning jobs to specific runners, comma-separated list of # tags to add to runner (no spaces!) -ARG RUNNER_TAGS="podman_in_podman" +ARG RUNNER_TAGS="podman-in-podman" # Permit running jobs without any tag at all ARG RUNNER_UNTAGGED="true" ENV REGISTER_NON_INTERACTIVE="true" \