Skip to content

Commit

Permalink
push docker image by docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingchuan Hao committed Oct 21, 2021
1 parent 02e3b70 commit 4bc7380
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 @@ -153,7 +153,7 @@ push-ccm-image: build-ccm-image ## Push controller-manager image.

.PHONY: push-node-image
push-node-image: ## Push node-manager image for Linux.
$(MAKE) OUTPUT_TYPE=registry ARCH=$(ARCH) build-node-image
docker push $(NODE_MANAGER_LINUX_FULL_IMAGE):$(IMAGE_TAG)-$(ARCH)

.PHONY: release-ccm-e2e-test-image
release-ccm-e2e-test-image: ## Build and release e2e test image.
Expand Down

0 comments on commit 4bc7380

Please sign in to comment.