We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fa3a4 commit 11426d5Copy full SHA for 11426d5
docs/book/src/cronjob-tutorial/running-webhook.md
@@ -19,7 +19,7 @@ You need to follow [this](./cert-manager.md) to install the cert manager bundle.
19
Run the following command to build your image locally.
20
21
```bash
22
-make docker-build <project-name>:tag
+make docker-build docker-push IMG=<some-registry>/<project-name>:tag
23
```
24
25
You don't need to push the image to a remote container registry if you are using
0 commit comments