Commit 11cd5c2
committed
fix: revert to Docker Hub for crane pull, make docker load non-blocking
Revert public.ecr.aws ECR mirror back to Docker Hub — the ECR public registry
may not mirror official Docker library images, and an invalid tarball would
block startup since docker load was chained with &&.
Also wrap docker load in (command || true) so a failure doesn't prevent the
GitHub Actions runner from starting. The pre-loaded image is an
optimization, not a hard dependency.1 parent 7f1b5a5 commit 11cd5c2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
| 744 | + | |
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| |||
0 commit comments