ci: update short description on docker hub page for emqx/emqx

This commit is contained in:
Ivan Dyachkov 2022-12-12 11:35:27 +01:00
parent a5624ebd30
commit 9f83c54e21
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }} password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: "emqx/${{ needs.prepare.outputs.BUILD_PROFILE }}" repository: "emqx/${{ needs.prepare.outputs.BUILD_PROFILE }}"
readme-filepath: ./source/deploy/docker/README.md readme-filepath: ./source/deploy/docker/README.md
short-description: "The most scalable open-source MQTT broker for IoT, IIoT, connected vehicles, and more."
docker-elixir: docker-elixir:
runs-on: ${{ matrix.arch[1] }} runs-on: ${{ matrix.arch[1] }}