Skip to content

Commit

Permalink
Merge pull request #728 from zvonkok/mulit-build-fix
Browse files Browse the repository at this point in the history
Adding missing target dep
  • Loading branch information
k8s-ci-robot authored Jan 20, 2022
2 parents 8ea6b76 + 8414fe8 commit a00970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ push:
$(IMAGE_PUSH_CMD) $(IMAGE_TAG)-minimal
for tag in $(IMAGE_EXTRA_TAGS); do $(IMAGE_PUSH_CMD) $$tag; $(IMAGE_PUSH_CMD) $$tag-minimal; done

push-all:
push-all: ensure-buildx yamls
$(IMAGE_BUILDX_CMD) --push $(IMAGE_BUILD_ARGS) $(IMAGE_BUILD_ARGS_FULL)
$(IMAGE_BUILDX_CMD) --push $(IMAGE_BUILD_ARGS) $(IMAGE_BUILD_ARGS_MINIMAL)

Expand Down

0 comments on commit a00970d

Please sign in to comment.