Commit e1338f6
committed
ci: Make Docker Hub description update non-blocking
- Add continue-on-error: true to Docker Hub description step
- Add timeout-minutes: 5 to prevent hanging
- Docker Hub API timeouts won't block the build
- Docker images are already built and pushed successfully
The description update is cosmetic - if it fails due to transient
Docker Hub API issues, it won't prevent the build from completing.1 parent 9286931 commit e1338f6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
0 commit comments