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 0d5359e commit 1c7c35fCopy full SHA for 1c7c35f
README.md
@@ -26,9 +26,11 @@ go build -v ./cmd/...
26
# Create and push the image into a container repository:
27
# For example:
28
# IMG=quay.io/kubevirt-ui/kube-gateway:v0.1.0 make image
29
-IMG=<your image repo>
30
-podman build -t ${IMG} .
31
-podman push ${IMG}
+IMG=<your image repo> make image
+
+# make image builds and push the image, it's equivalent to runnin:
32
+# podman build -t ${IMG} .
33
+# podman push ${IMG}
34
```
35
36
## Build a custom web application using the gateway
0 commit comments