Update file Containerfile

This commit is contained in:
Lester Amoin Espiritu
2024-12-31 20:46:38 +00:00
parent 233a989178
commit b9cfac3b27

View File

@@ -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 \