We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad700 commit a1b4280Copy full SHA for a1b4280
Makefile
@@ -48,7 +48,7 @@ test-docker-image-dev: ## Test the Docker image with the local PerfTest version
48
@docker run -it --rm pivotalrabbitmq/perf-test:dev-$(TODAY) --version
49
50
.PHONY: push-docker-image-dev
51
-push-docker-image-dev: ## Test the Docker image with the local PerfTest version
+push-docker-image-dev: ## Push the Docker image with the local PerfTest version
52
@docker push pivotalrabbitmq/perf-test:dev-$(TODAY)
53
54
.PHONY: docker-image-alpine
0 commit comments