Skip to content

Commit

Permalink
Merge branch 'main' into refactor-build
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Nov 5, 2024
2 parents 639c655 + ecb285e commit a876307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Get Current Fedora Version
id: labels
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
remove-codeql: true

- name: Pull images
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
- name: Push to GHCR
id: push
if: github.event_name != 'pull_request'
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down

0 comments on commit a876307

Please sign in to comment.