Skip to content

Commit a1b4280

Browse files
committed
Fix push-docker-image-dev make target description
1 parent 1cad700 commit a1b4280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test-docker-image-dev: ## Test the Docker image with the local PerfTest version
4848
@docker run -it --rm pivotalrabbitmq/perf-test:dev-$(TODAY) --version
4949

5050
.PHONY: push-docker-image-dev
51-
push-docker-image-dev: ## Test the Docker image with the local PerfTest version
51+
push-docker-image-dev: ## Push the Docker image with the local PerfTest version
5252
@docker push pivotalrabbitmq/perf-test:dev-$(TODAY)
5353

5454
.PHONY: docker-image-alpine

0 commit comments

Comments
 (0)