Merge pull request #9530 from id/ci-update-docker-hub-short-description

ci: update short description on docker hub page for emqx/emqx
This commit is contained in:
Ivan Dyachkov 2022-12-14 14:55:17 +01:00 committed by GitHub
commit a3a640d777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: "emqx/${{ needs.prepare.outputs.BUILD_PROFILE }}"
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:
runs-on: ${{ matrix.arch[1] }}