Skip to content

Commit d25f068

Browse files
authored
Make sure tha tonly the container is build (#2005)
1 parent 70099b0 commit d25f068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ${GENERATED_GO}: ${GO_SRC} hack/boilerplate.go.txt ${CONTROLLER_GEN}
180180
$(CONTROLLER_GEN) object:headerFile=./hack/boilerplate.go.txt paths="./..."
181181

182182
# Build the container image
183-
container-build: test_if_changed
183+
container-build:
184184
$(BUILDER) build --build-arg=TAG=${TAG} ${img_build_args} $(BUILDER_ARGS) -t ${IMG} .
185185

186186
# Push the container image

0 commit comments

Comments
 (0)