diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index f655ec8..3cb21e1 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -156,7 +156,7 @@ jobs: uses: actions/checkout@v5 - name: Update Docker Hub Description - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: voxpupulibot password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}