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 1c7c35f commit 4614382Copy full SHA for 4614382
README.md
@@ -28,7 +28,7 @@ go build -v ./cmd/...
28
# IMG=quay.io/kubevirt-ui/kube-gateway:v0.1.0 make image
29
IMG=<your image repo> make image
30
31
-# make image builds and push the image, it's equivalent to runnin:
+# `make image` builds and push the image, it is equivalent to running:
32
# podman build -t ${IMG} .
33
# podman push ${IMG}
34
```
0 commit comments