Commit 9286931
committed
ci: Optimize Docker tag generation to prevent registry upload errors
- Remove timestamped master-YYYYMMDD-HHmmss-sha tags
- Use short SHA format instead of full SHA for faster uploads
- Keep only 3 essential tags: latest, version, short-sha
- Add retry mechanism for transient Docker Hub API failures
Reduces simultaneous uploads from 4 to 3 per build, preventing
'blob upload unknown to registry' errors on multi-platform builds.
Matches optimization applied to memory-journal-mcp.1 parent b32a365 commit 9286931
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 90 | + | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
| |||
0 commit comments