We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4037b commit 3a41769Copy full SHA for 3a41769
.github/workflows/reusable-build.yml
@@ -123,7 +123,7 @@ jobs:
123
wc -c certs/private_key.priv
124
125
- name: Pull build image
126
- uses: Wandalen/wretry.action@v2.1.0
+ uses: Wandalen/wretry.action@v3.4.0
127
with:
128
attempt_limit: 3
129
attempt_delay: 15000
@@ -233,7 +233,7 @@ jobs:
233
234
235
- name: Push To GHCR
236
237
id: push
238
if: github.event_name != 'pull_request'
239
env:
0 commit comments