Eric X. Liu eric
eric pushed to main at eric/actions-rust 2026-05-04 04:32:35 +00:00
fdb18503ba fix: persist cache upload settings
eric pushed to main at eric/actions-rust 2026-05-04 04:26:12 +00:00
1386c59eaa fix: serialize rust cache uploads
eric pushed to main at eric/actions-rust 2026-05-03 23:45:05 +00:00
d8749d13a0 fix: bump rust cache format
eric pushed to main at eric/actions-rust 2026-05-03 23:30:50 +00:00
8bd0f6c162 fix: normalize rust cache keys
eric pushed to main at eric/actions-rust 2026-05-03 23:03:00 +00:00
9ac27437a8 fix: clean up rust cache action
eric pushed to main at eric/actions-rust 2026-05-03 04:15:39 +00:00
fe1fd7ac38 fix: YAML colon in step names
eric pushed to main at eric/actions-rust 2026-05-03 04:12:07 +00:00
96df067726 debug: verbose curl headers, force v1 save
eric pushed to main at eric/actions-rust 2026-05-03 04:00:26 +00:00
a0a0c01217 debug: curl Twirp probe between save and lookup, show env vars
eric pushed to main at eric/actions-rust 2026-05-03 03:49:59 +00:00
426230f6f6 debug: save then lookup same key to isolate backend issue
eric pushed to main at eric/actions-rust 2026-05-03 03:39:00 +00:00
9d1e29ea68 debug: add lookup-only step to diagnose cache backend
eric pushed to main at eric/actions-docker 2026-05-03 02:39:39 +00:00
ec2a398894 Add DOCKER_HOST and DOCKER_BUILDKIT=1 as action defaults
eric pushed to main at eric/actions-docker 2026-05-03 02:35:21 +00:00
df9f7be226 Add image-prefix with DOCKER_REGISTRY/owner default
eric pushed to main at eric/actions-docker 2026-05-03 02:16:51 +00:00
2cae5b571c Remove DOCKER_BUILDKIT from action (workflow decides)
eric pushed to main at eric/actions-docker 2026-05-03 02:14:59 +00:00
37ea862399 Default registry creds from secrets
eric pushed to main at eric/actions-docker 2026-05-03 02:10:05 +00:00
2492adefa4 Remove docker inspect (fails with remote DOCKER_HOST)
eric pushed to main at eric/actions-docker 2026-05-03 02:00:36 +00:00
f05475b36e Set DOCKER_BUILDKIT=1 (Dockerfile needs BuildKit features)
eric pushed to main at eric/actions-docker 2026-05-03 01:56:59 +00:00
6de66e6940 Simplify: plain docker build with DOCKER_HOST, no buildx
eric pushed to main at eric/actions-docker 2026-05-03 01:29:35 +00:00
c6aae208d1 fix: remove --progress=plain from plain docker build (buildx-only flag)
eric pushed to main at eric/actions-docker 2026-05-03 01:26:31 +00:00
91772c117e fix: disable DOCKER_BUILDKIT for plain docker builds to fix DNS resolution
eric pushed to main at eric/actions-docker 2026-05-03 01:22:20 +00:00
074185b6cd feat: add use-buildx option to fall back to plain docker build