Skip to content

Commit 79edd41

Browse files
author
rmqtt
committed
Add rmqtt-bench:latest
1 parent d903050 commit 79edd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ release:
1111
docker:
1212
docker build --no-cache -t rmqtt/rmqtt-bench:$$(git describe --tags $$(git rev-list --tags --max-count=1)) ./
1313
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
1416

1517
clean:
1618
cargo clean

0 commit comments

Comments
 (0)