diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a496ccf..7699202 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -211,7 +211,7 @@ jobs: - name: Update Docker Hub Description if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master') - uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 + uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}