Eric X. Liu eric
eric pushed to main at eric/actions-docker 2026-05-03 01:19:18 +00:00
28a544906c fix: detect buildkit bootstrap failure and fallback to docker driver
eric pushed to main at eric/actions-docker 2026-05-03 01:16:35 +00:00
e23f8a636d fix: properly detect docker-container failure and fallback to docker driver
eric pushed to main at eric/actions-docker 2026-05-03 01:12:11 +00:00
21b303bf96 fix: fallback to docker driver if docker-container fails (sysfs mount perms)
eric pushed to main at eric/actions-docker 2026-05-03 01:05:21 +00:00
36a5d566e1 Fix: use github.ref_name for tag extraction, remove silent login fallback, drop broken github.ref_type check
eric pushed to main at eric/actions-docker 2026-05-02 23:52:54 +00:00
c092e90c3c Fix: make registry login conditional inside step instead of using if: on step
eric pushed to main at eric/actions-docker 2026-05-02 23:46:42 +00:00
bbd07b045f Add registry login, default cache-from, and cache-from/to defaults
eric pushed to main at eric/actions-docker 2026-05-02 23:19:35 +00:00
cfe1188143 fix: use --load --output=type=docker for local builds so images are available to run
eric pushed to main at eric/actions-docker 2026-05-02 23:12:12 +00:00
c077fc8b6f Add docker-build composite action
eric created repository eric/actions-docker 2026-05-02 23:10:56 +00:00
eric pushed to main at eric/rust-hello-world 2026-05-02 22:51:22 +00:00
7d71b01b62 chore: trigger with fixed hash fix
eric pushed to main at eric/actions-rust 2026-05-02 22:51:15 +00:00
dc7819824d fix: use || true per-file to handle missing Cargo.lock
eric pushed to main at eric/rust-hello-world 2026-05-02 22:49:24 +00:00
8b21ecbcbb chore: trigger re-run with fixed action
eric pushed to main at eric/actions-rust 2026-05-02 22:49:18 +00:00
a681e5a907 fix: use shell hashing instead of hashFiles() which returns empty on Gitea Actions
eric pushed to main at eric/rust-hello-world 2026-05-02 22:43:59 +00:00
87c5c4d298 refactor: use eric/actions-rust composite action
eric pushed to main at eric/actions-rust 2026-05-02 22:43:44 +00:00
a043e7d62c Add rust-cache composite action
eric created repository eric/actions-rust 2026-05-02 22:43:10 +00:00
eric pushed to main at eric/rust-hello-world 2026-05-02 21:36:27 +00:00
8372c8c77d chore: verify cache restore v3
eric pushed to main at eric/rust-hello-world 2026-05-02 21:33:28 +00:00
72b4a4c59b chore: verify cache restore v2
eric pushed to main at eric/rust-hello-world 2026-05-02 21:29:04 +00:00
b79a47d2f5 fix: always install rust, append cargo bin to GITHUB_PATH for subsequent steps
eric pushed to main at eric/rust-hello-world 2026-05-02 21:24:03 +00:00
bdbac0bee8 fix: match cache key case from runner.os (Linux not linux)