File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ and work path.
4848| extra_args | Extra arguments for docker run command. | ` false ` | |
4949| pre-warm | Run a warming-up container (which might crash due to first time use failure) | ` false ` | true |
5050| pre-warm-cmd | Pre warm command to run inside the container | ` false ` | echo "warming up!" |
51- | registry_authentication | Enable authentication on the registry server | ` false ` | ` false `
52- | registry_username | Registry server username | ` false `
53- | registry_token | Registry server token | ` false `
54- | registry_repository | Registry server repository | ` false `
51+ | registry_authentication | Authenticate against registry server | ` false ` | false |
52+ | registry_username | Docker registry username. | ` false ` | |
53+ | registry_token | Docker registry token | ` false ` | |
54+ | registry_repository | Docker registry repository | ` false ` | |
5555
5656
5757
You can’t perform that action at this time.
0 commit comments