Skip to content

Commit

Permalink
update makefile and remove helm hook ci workflow (openkruise#1847)
Browse files Browse the repository at this point in the history
Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
  • Loading branch information
AiRanthem authored Dec 6, 2024
1 parent 22c81a8 commit 0ee3544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ jobs:
docker buildx create --use --platform=linux/amd64,linux/arm64,linux/ppc64le --name multi-platform-builder
docker buildx ls
IMG=openkruise/kruise-manager:${{ github.ref_name }} make docker-multiarch
HOOK_IMG=openkruise/kruise-helm-hook:${{ github.ref_name }} make docker-build-hook
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ kruise-e2e-test: $(tools/kind) delete-cluster create-cluster install-csi docker-

.PHONY: docker-build-hook
docker-build-hook:
docker build -f ./Dockerfile_helm_hook . -t ${HOOK_IMG}
docker buildx build -f ./Dockerfile_helm_hook --pull --no-cache --platform=$(PLATFORMS) --push . -t $(HOOK_IMG)

0 comments on commit 0ee3544

Please sign in to comment.