Skip to content

Commit 1e571d5

Browse files
committed
Fix indentation in Makefile
1 parent ac7f3a3 commit 1e571d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ test-docker-images: test-docker-image-alpine test-docker-image-ubuntu ## Test th
6363
.PHONY: push-docker-images
6464
push-docker-images: ## Push docker images to Docker Hub
6565
@docker push pivotalrabbitmq/perf-test:$(RELEASE_VERSION)-alpine
66-
@docker push pivotalrabbitmq/perf-test:$(RELEASE_VERSION)
67-
@docker push pivotalrabbitmq/perf-test:latest
68-
@docker push pivotalrabbitmq/perf-test:$(RELEASE_VERSION)-ubuntu
66+
@docker push pivotalrabbitmq/perf-test:$(RELEASE_VERSION)
67+
@docker push pivotalrabbitmq/perf-test:latest
68+
@docker push pivotalrabbitmq/perf-test:$(RELEASE_VERSION)-ubuntu
6969

7070
.PHONY: delete-docker-images
7171
delete-docker-images: ## Delete the created Docker images from the local machine

0 commit comments

Comments
 (0)