diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 7a384a062..14ccbdd09 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -46,7 +46,7 @@ jobs: Invoke-Expression $cmd - name: Update Docker Hub Description if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.0 + uses: peter-evans/dockerhub-description@v4.0.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}