Commit b5f894b
committed
Matrix: drop pushed gate, surface last push error in failure
Gating imageExistsInRegistry behind pushed=true skipped the registry
probe when push() threw, missing the Harbor pattern where the manifest
landed but the client got EOF on the response. Always probe the
registry after each push attempt; success there short-circuits the
loop regardless of whether push() threw. Track the last push exception
so the final reportFail message names the underlying error instead of
only saying the tag was not visible.1 parent 9678a21 commit b5f894b
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| 1195 | + | |
1195 | 1196 | | |
1196 | 1197 | | |
1197 | | - | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | | - | |
| 1200 | + | |
1201 | 1201 | | |
| 1202 | + | |
1202 | 1203 | | |
1203 | 1204 | | |
1204 | 1205 | | |
1205 | | - | |
| 1206 | + | |
1206 | 1207 | | |
1207 | 1208 | | |
1208 | 1209 | | |
1209 | 1210 | | |
1210 | 1211 | | |
1211 | | - | |
1212 | | - | |
1213 | | - | |
| 1212 | + | |
1214 | 1213 | | |
1215 | 1214 | | |
1216 | 1215 | | |
1217 | 1216 | | |
1218 | | - | |
| 1217 | + | |
| 1218 | + | |
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
| |||
0 commit comments