Skip to content

Commit

Permalink
Merge pull request karmada-io#1002 from RainbowMango/pr_enable_build_…
Browse files Browse the repository at this point in the history
…example_image

Enable build example image and push to registry
  • Loading branch information
karmada-bot authored Nov 20, 2021
2 parents 62f608c + 04b3e15 commit 7a34c2f
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 @@ -105,7 +105,7 @@ test:
go test --race --v ./pkg/...
go test --race --v ./cmd/...

images: image-karmada-controller-manager image-karmada-scheduler image-karmada-webhook image-karmada-agent image-karmada-scheduler-estimator
images: image-karmada-controller-manager image-karmada-scheduler image-karmada-webhook image-karmada-agent image-karmada-scheduler-estimator image-karmada-interpreter-webhook-example

image-karmada-controller-manager: karmada-controller-manager
VERSION=$(VERSION) hack/docker.sh karmada-controller-manager
Expand Down

0 comments on commit 7a34c2f

Please sign in to comment.