Skip to content

Commit

Permalink
publish debug:main image (#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisoz authored Jan 8, 2025
1 parent 4c2a0cd commit bf4657a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ update-security-insights: yq
# Developers don't need to build this image, as it will be available as us-central1-docker.pkg.dev/k8s-staging-images/kueue/debug
.PHONY: debug-image-push
debug-image-push: ## Build and push the debug image to the registry
$(IMAGE_BUILD_CMD) -t $(IMAGE_REGISTRY)/debug:$(GIT_TAG) \
$(IMAGE_BUILD_CMD) \
-t $(IMAGE_REGISTRY)/debug:$(GIT_TAG) \
-t $(IMAGE_REGISTRY)/debug:$(RELEASE_BRANCH) \
--platform=$(PLATFORMS) \
--push ./hack/debugpod

Expand Down

0 comments on commit bf4657a

Please sign in to comment.