diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1603b19..b80de8b 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Fetch CoreOS stream versions id: fetch - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.10 with: attempt_limit: 3 attempt_delay: 15000 @@ -155,7 +155,7 @@ jobs: org.opencontainers.image.version=${{ matrix.image_version }} - name: Pull base image - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.10 with: attempt_limit: 3 attempt_delay: 15000 @@ -193,7 +193,7 @@ jobs: # Push the image to GHCR (Image Registry) - name: Push To GHCR - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.10 id: push if: github.event_name != 'pull_request' env: @@ -339,7 +339,7 @@ jobs: org.opencontainers.image.version=${{ matrix.image_version }} - name: Pull base image - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.10 with: attempt_limit: 3 attempt_delay: 15000 @@ -379,7 +379,7 @@ jobs: # Push the image to GHCR (Image Registry) - name: Push To GHCR - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.10 id: push if: github.event_name != 'pull_request' env: