diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 79e202c..70cd405 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -69,7 +69,7 @@ jobs: ${{ steps.meta_ghcr.outputs.labels }} - name: Docker Hub Description - uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4 + uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}