Skip to content

Commit 11426d5

Browse files
Update docs/book/src/cronjob-tutorial/running-webhook.md
Co-authored-by: Camila Macedo <[email protected]>
1 parent 60fa3a4 commit 11426d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial/running-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You need to follow [this](./cert-manager.md) to install the cert manager bundle.
1919
Run the following command to build your image locally.
2020

2121
```bash
22-
make docker-build <project-name>:tag
22+
make docker-build docker-push IMG=<some-registry>/<project-name>:tag
2323
```
2424

2525
You don't need to push the image to a remote container registry if you are using

0 commit comments

Comments
 (0)