We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2e028 commit 0939028Copy full SHA for 0939028
README.md
@@ -48,6 +48,10 @@ and work path.
48
| extra_args | Extra arguments for docker run command. | `false` | |
49
| pre-warm | Run a warming-up container (which might crash due to first time use failure) | `false` | true |
50
| 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`
55
56
57
0 commit comments