From 3aaff4aa04bd5a9ab020c4e07c13aa1a439fef22 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Date: Mon, 28 Mar 2022 14:51:58 -0500 Subject: [PATCH] Update README.md on Docker Hub --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6abd00c..8986547 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,6 +74,14 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + - name: Docker Hub Description + if: github.event_name != 'pull_request' || github.event.inputs.push == 'true' + uses: peter-evans/dockerhub-description@v2.1.0 + env: + DOCKERHUB_USERNAME: ${{ secrets.DOCKER_REGISTRY_USER }} + DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_REGISTRY_TOKEN }} + DOCKERHUB_REPOSITORY: ${{ env.IMAGE_NAME }} + Documentation: runs-on: 'ubuntu-latest' needs: Build