Skip to content

Commit

Permalink
Merge pull request #744 from alexander-demicev/fixe2e
Browse files Browse the repository at this point in the history
Fix make command for pushing e2e image
  • Loading branch information
alexander-demicev committed Sep 17, 2024
2 parents 2fb55ae + 014c3e0 commit bb7b790
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 @@ -550,7 +550,7 @@ e2e-image: ## Build the image for e2e tests

.PHONY: e2e-image-push
e2e-image-push: e2e-image ## Push the image for e2e tests
TAG=v0.0.1 CONTROLLER_IMAGE_NAME=turtles-e2e $(MAKE) docker-push
TAG=v0.0.1 CONTROLLER_IMAGE_NAME=turtles-e2e $(MAKE) docker-build-and-push

.PHONY: compile-e2e
e2e-compile: ## Test e2e compilation
Expand Down

0 comments on commit bb7b790

Please sign in to comment.