西街长安 nanxun
nanxun pushed to main at nanxun/live_recorder 2026-07-03 16:14:38 +08:00
cee591b729 ci: use default docker builder instead of creating new one
nanxun pushed to main at nanxun/live_recorder 2026-07-03 16:13:05 +08:00
4312f23f85 ci: switch buildx back to docker driver to avoid pulling moby/buildkit from Docker Hub
nanxun pushed to main at nanxun/live_recorder 2026-07-03 16:08:43 +08:00
83f16757e7 ci: add --no-cache to bypass stale build cache causing FileLoadException
nanxun pushed to main at nanxun/live_recorder 2026-07-03 14:55:51 +08:00
bcba0d752b fix: add --amend to docker manifest create for :latest tags, remove debug
nanxun pushed to main at nanxun/live_recorder 2026-07-03 14:29:35 +08:00
1c700f67bc fix: remove hardcoded RuntimeIdentifier from csproj causing FileLoadException
nanxun pushed to main at nanxun/live_recorder 2026-07-03 13:39:19 +08:00
af7a3d1276 fix: declare proxy ARGs in build stage so dotnet restore reaches nuget.org
nanxun pushed to main at nanxun/live_recorder 2026-07-03 13:24:41 +08:00
4c6e730a08 fix: correct Harbor project path liverecorder -> live_recorder
nanxun pushed to main at nanxun/live_recorder 2026-07-02 21:33:10 +08:00
e649fb7139 ci: bypass docker login, write base64 auth directly to config.json
nanxun pushed to main at nanxun/live_recorder 2026-07-02 20:48:44 +08:00
02a0b1bd87 ci: use docker login -p instead of --password-stdin, add debug
nanxun pushed to main at nanxun/live_recorder 2026-07-02 20:46:35 +08:00
06921cbb3e ci: re-login before each docker push, embed withCredentials in build stages
nanxun pushed to main at nanxun/live_recorder 2026-07-02 20:24:29 +08:00
761041a70e ci: bypass buildx --push auth via per-platform --load + docker push + manifest
nanxun pushed to main at nanxun/live_recorder 2026-07-02 20:03:22 +08:00
75b07bf10e fix: remove stray closing brace from withCredentials cleanup
nanxun pushed to main at nanxun/live_recorder 2026-07-02 20:01:54 +08:00
affc5adb4a ci: switch buildx to docker driver to fix registry auth
nanxun pushed to main at nanxun/live_recorder 2026-07-02 19:57:47 +08:00
1b3512042c ci: pass registry auth directly to buildx via --auth flag
nanxun pushed to main at nanxun/live_recorder 2026-07-02 19:38:51 +08:00
fbf6b52a08 ci: drop NO_PROXY from buildkit driver-opt to avoid comma parsing in docker CLI
nanxun pushed to main at nanxun/live_recorder 2026-07-02 19:35:26 +08:00
293aa31f60 ci: login before Prepare Buildx to fix 401 Unauthorized push
nanxun pushed to main at nanxun/live_recorder 2026-07-02 18:55:48 +08:00
1cb05292c0 ci: exclude direct-reachable mirrors from HTTP proxy to fix apt 502
nanxun pushed to main at nanxun/live_recorder 2026-07-02 18:49:41 +08:00
fd1121bde0 ci: cap buildkit max-parallelism at 1 to avoid OOM on 4GB builder
nanxun pushed to main at nanxun/live_recorder 2026-07-02 18:41:04 +08:00
8a709bc217 ci: bypass Docker Hub for tonistiigi/binfmt in Prepare Buildx
nanxun pushed to main at nanxun/live_recorder 2026-07-01 21:15:00 +08:00
9df174bb0b feat: add OpenList upload support and upload tasks monitoring page