ci: remove step to update description on docker hub
This commit is contained in:
parent
2ff6ef01f1
commit
aa33fab25c
|
@ -182,16 +182,6 @@ jobs:
|
||||||
file: source/${{ matrix.os[2] }}
|
file: source/${{ matrix.os[2] }}
|
||||||
context: source
|
context: source
|
||||||
|
|
||||||
- name: Docker Hub Description
|
|
||||||
if: matrix.registry == 'docker.io'
|
|
||||||
uses: peter-evans/dockerhub-description@v3
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
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:
|
docker-elixir:
|
||||||
runs-on: ${{ matrix.arch[1] }}
|
runs-on: ${{ matrix.arch[1] }}
|
||||||
needs: prepare
|
needs: prepare
|
||||||
|
|
Loading…
Reference in New Issue