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 70099b0 commit d25f068Copy full SHA for d25f068
Makefile
@@ -180,7 +180,7 @@ ${GENERATED_GO}: ${GO_SRC} hack/boilerplate.go.txt ${CONTROLLER_GEN}
180
$(CONTROLLER_GEN) object:headerFile=./hack/boilerplate.go.txt paths="./..."
181
182
# Build the container image
183
-container-build: test_if_changed
+container-build:
184
$(BUILDER) build --build-arg=TAG=${TAG} ${img_build_args} $(BUILDER_ARGS) -t ${IMG} .
185
186
# Push the container image
0 commit comments