mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-11-03 11:27:48 +00:00
chore(deps): bump Wandalen/wretry.action from 1.4.5 to 1.4.10 (#132)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/reusable-build.yml
vendored
10
.github/workflows/reusable-build.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Fetch CoreOS stream versions
|
- name: Fetch CoreOS stream versions
|
||||||
id: fetch
|
id: fetch
|
||||||
uses: Wandalen/wretry.action@v1.4.5
|
uses: Wandalen/wretry.action@v1.4.10
|
||||||
with:
|
with:
|
||||||
attempt_limit: 3
|
attempt_limit: 3
|
||||||
attempt_delay: 15000
|
attempt_delay: 15000
|
||||||
@@ -155,7 +155,7 @@ jobs:
|
|||||||
org.opencontainers.image.version=${{ matrix.image_version }}
|
org.opencontainers.image.version=${{ matrix.image_version }}
|
||||||
|
|
||||||
- name: Pull base image
|
- name: Pull base image
|
||||||
uses: Wandalen/wretry.action@v1.4.5
|
uses: Wandalen/wretry.action@v1.4.10
|
||||||
with:
|
with:
|
||||||
attempt_limit: 3
|
attempt_limit: 3
|
||||||
attempt_delay: 15000
|
attempt_delay: 15000
|
||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
|
|
||||||
# Push the image to GHCR (Image Registry)
|
# Push the image to GHCR (Image Registry)
|
||||||
- name: Push To GHCR
|
- name: Push To GHCR
|
||||||
uses: Wandalen/wretry.action@v1.4.5
|
uses: Wandalen/wretry.action@v1.4.10
|
||||||
id: push
|
id: push
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
env:
|
env:
|
||||||
@@ -339,7 +339,7 @@ jobs:
|
|||||||
org.opencontainers.image.version=${{ matrix.image_version }}
|
org.opencontainers.image.version=${{ matrix.image_version }}
|
||||||
|
|
||||||
- name: Pull base image
|
- name: Pull base image
|
||||||
uses: Wandalen/wretry.action@v1.4.5
|
uses: Wandalen/wretry.action@v1.4.10
|
||||||
with:
|
with:
|
||||||
attempt_limit: 3
|
attempt_limit: 3
|
||||||
attempt_delay: 15000
|
attempt_delay: 15000
|
||||||
@@ -379,7 +379,7 @@ jobs:
|
|||||||
|
|
||||||
# Push the image to GHCR (Image Registry)
|
# Push the image to GHCR (Image Registry)
|
||||||
- name: Push To GHCR
|
- name: Push To GHCR
|
||||||
uses: Wandalen/wretry.action@v1.4.5
|
uses: Wandalen/wretry.action@v1.4.10
|
||||||
id: push
|
id: push
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user