container-server/services/woodpecker/docker-config.template.json

8 lines
97 B
JSON
Raw Normal View History

2023-09-24 22:47:56 +02:00
{
"auths": {
"git.${BASE_DOMAIN}": {
"auth": "${FORGOEJO_REGISTRY_AUTH}"
}
}
}