docs: automatically update readme for emqx/emqx image on docker hub

This commit is contained in:
Ivan Dyachkov 2022-12-12 09:13:36 +01:00
parent f16513794c
commit 926fd6e0b3
1 changed files with 9 additions and 0 deletions

View File

@ -180,6 +180,15 @@ jobs:
file: source/${{ matrix.os[2] }}
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
docker-elixir:
runs-on: ${{ matrix.arch[1] }}
needs: prepare