File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ These options are typically used when [self-hosting](/open-source-self-hosting)
96
96
</ParamField >
97
97
98
98
<ParamField body = " Registry" type = " --registry" >
99
- Specify the registry to push the image to when using ` --self-hosted ` .
99
+ Specify the registry to push the image to when using ` --self-hosted ` . Will automatically enable ` --push ` .
100
100
</ParamField >
101
101
102
102
<ParamField body = " Push image" type = " --push" >
103
- When using the --self-hosted flag, push the image to the registry.
103
+ When using the ` --self-hosted ` flag, push the image to the registry.
104
104
</ParamField >
105
105
106
106
<ParamField body = " Namespace" type = " --namepsace" >
@@ -122,7 +122,6 @@ An example of deploying to Docker Hub when using a self-hosted setup:
122
122
npx trigger.dev@latest deploy \
123
123
--self-hosted \
124
124
--load-image \
125
- --push \
126
125
--registry docker.io \
127
126
--namespace mydockerhubusername
128
127
```
Original file line number Diff line number Diff line change @@ -412,7 +412,6 @@ You can now specify a custom registry and namespace when deploying via a self-ho
412
412
npx trigger.dev@latest deploy \
413
413
--self-hosted \
414
414
--load-image \
415
- --push \
416
415
--registry docker.io \
417
416
--namespace mydockerhubusername
418
417
` ` `
You can’t perform that action at this time.
0 commit comments