Skip to content

Commit

Permalink
Add rmqtt-bench:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Jun 15, 2023
1 parent d903050 commit 79edd41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ release:
docker:
docker build --no-cache -t rmqtt/rmqtt-bench:$$(git describe --tags $$(git rev-list --tags --max-count=1)) ./
docker push rmqtt/rmqtt-bench:$$(git describe --tags $$(git rev-list --tags --max-count=1))
docker build --no-cache -t rmqtt/rmqtt-bench:latest ./
docker push rmqtt/rmqtt-bench:latest

clean:
cargo clean

0 comments on commit 79edd41

Please sign in to comment.