|
22 | 22 | large-packages: false
|
23 | 23 | tool-cache: true
|
24 | 24 |
|
25 |
| - - name: Pull latest Docker images |
26 |
| - run: | |
27 |
| - ./src/docker/pull.sh --no-debug |
| 25 | + - uses: nick-fields/retry@v3 |
| 26 | + with: |
| 27 | + max_attempts: 5 |
| 28 | + timeout_minutes: 10 |
| 29 | + command: ./src/docker/pull.sh --no-debug |
28 | 30 |
|
29 | 31 | - uses: actions/setup-node@v4
|
30 | 32 | with:
|
@@ -163,9 +165,11 @@ jobs:
|
163 | 165 | large-packages: false
|
164 | 166 | tool-cache: true
|
165 | 167 |
|
166 |
| - - name: Pull latest Docker images |
167 |
| - run: | |
168 |
| - ../../src/docker/pull.sh --no-debug |
| 168 | + - uses: nick-fields/retry@v3 |
| 169 | + with: |
| 170 | + max_attempts: 5 |
| 171 | + timeout_minutes: 10 |
| 172 | + command: ./src/docker/pull.sh --no-debug |
169 | 173 |
|
170 | 174 | - uses: actions/setup-node@v4
|
171 | 175 | with:
|
@@ -270,9 +274,11 @@ jobs:
|
270 | 274 | large-packages: false
|
271 | 275 | tool-cache: true
|
272 | 276 |
|
273 |
| - - name: Pull latest Docker images |
274 |
| - run: | |
275 |
| - ../../src/docker/pull.sh --no-debug |
| 277 | + - uses: nick-fields/retry@v3 |
| 278 | + with: |
| 279 | + max_attempts: 5 |
| 280 | + timeout_minutes: 10 |
| 281 | + command: ./src/docker/pull.sh --no-debug |
276 | 282 |
|
277 | 283 | - name: Install
|
278 | 284 | uses: pnpm/action-setup@v4
|
@@ -314,9 +320,11 @@ jobs:
|
314 | 320 | large-packages: false
|
315 | 321 | tool-cache: true
|
316 | 322 |
|
317 |
| - - name: Pull latest Docker images |
318 |
| - run: | |
319 |
| - ../../src/docker/pull.sh --no-debug |
| 323 | + - uses: nick-fields/retry@v3 |
| 324 | + with: |
| 325 | + max_attempts: 5 |
| 326 | + timeout_minutes: 10 |
| 327 | + command: ./src/docker/pull.sh --no-debug |
320 | 328 |
|
321 | 329 | - name: Install
|
322 | 330 | uses: pnpm/action-setup@v4
|
@@ -348,9 +356,11 @@ jobs:
|
348 | 356 | large-packages: false
|
349 | 357 | tool-cache: true
|
350 | 358 |
|
351 |
| - - name: Pull latest Docker images |
352 |
| - run: | |
353 |
| - ./src/docker/pull.sh --no-debug |
| 359 | + - uses: nick-fields/retry@v3 |
| 360 | + with: |
| 361 | + max_attempts: 5 |
| 362 | + timeout_minutes: 10 |
| 363 | + command: ./src/docker/pull.sh --no-debug |
354 | 364 |
|
355 | 365 | - uses: actions/setup-node@v4
|
356 | 366 | with:
|
|
0 commit comments