diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index a63e88f..f7cdcea 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -158,7 +158,7 @@ jobs: registry: ${{ env.IMAGE_REGISTRY }} - name: Pull main and akmods-nvidia images - uses: Wandalen/wretry.action@v3.4.0 + uses: Wandalen/wretry.action@v3.5.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -170,7 +170,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v3.4.0 + uses: Wandalen/wretry.action@v3.5.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -238,7 +238,7 @@ jobs: # Push the image to GHCR (Image Registry) - name: Push To GHCR - uses: Wandalen/wretry.action@v3.4.0 + uses: Wandalen/wretry.action@v3.5.0 id: push if: github.event_name != 'pull_request' env: