Skip to content

Commit 3e95853

Browse files
AiRanthemfurykerry
authored andcommitted
update makefile and remove helm hook ci workflow (openkruise#1847)
Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
1 parent 840d478 commit 3e95853

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker-image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ jobs:
2626
docker buildx create --use --platform=linux/amd64,linux/arm64,linux/ppc64le --name multi-platform-builder
2727
docker buildx ls
2828
IMG=openkruise/kruise-manager:${{ github.ref_name }} make docker-multiarch
29-
HOOK_IMG=openkruise/kruise-helm-hook:${{ github.ref_name }} make docker-build-hook

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ kruise-e2e-test: $(tools/kind) delete-cluster create-cluster install-csi docker-
186186

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

0 commit comments

Comments
 (0)