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 d903050 commit 79edd41Copy full SHA for 79edd41
Makefile
@@ -11,6 +11,8 @@ release:
11
docker:
12
docker build --no-cache -t rmqtt/rmqtt-bench:$$(git describe --tags $$(git rev-list --tags --max-count=1)) ./
13
docker push rmqtt/rmqtt-bench:$$(git describe --tags $$(git rev-list --tags --max-count=1))
14
+ docker build --no-cache -t rmqtt/rmqtt-bench:latest ./
15
+ docker push rmqtt/rmqtt-bench:latest
16
17
clean:
18
cargo clean
0 commit comments