diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index e0edca0..88b24a4 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -169,7 +169,7 @@ jobs: - name: Get current version id: labels - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000 @@ -191,7 +191,7 @@ jobs: echo "KERNEL_VERSION=$linux" >> $GITHUB_ENV - name: Pull main and akmods-nvidia images - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 with: attempt_limit: 3 attempt_delay: 15000 @@ -267,7 +267,7 @@ jobs: # Push the image to GHCR (Image Registry) - name: Push To GHCR - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 id: push if: github.event_name != 'pull_request' env: