The flag, `--no-push`, is added to allow building a container image without pushing to a container registry. It can be common, especially with multi-stage builds and `--target`, to build enough to run the tests, and then perform a push in a separate CI step. This will facilitate these workflows. |
||
|---|---|---|
| .. | ||
| cmd | ||
| main.go | ||