Commit 1602822
committed
fix(ci): remove --all flag from skopeo copy to fix registry push
skopeo copy --all is designed for multi-arch manifest lists. When the
source OCI archive is a single-arch image (as built here without
--platform), newer versions of skopeo can fail with --all since the
source is not a proper manifest list. Removing --all lets skopeo copy
the single image directly to the registry.
https://claude.ai/code/session_01EPCuwhfNsPPDS5KCduYZfb1 parent 6b51354 commit 1602822
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments