Commit Graph

4 Commits

Author SHA1 Message Date
cc5d2088bd fixing ssh
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 9s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 16s
Test Actions (self-test) / Test SSH deploy action (push) Successful in 19s
2026-07-13 21:04:12 -03:00
e8eb378541 add self-test workflow
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 13s
Test Actions (self-test) / Test SSH deploy action (push) Failing after 17s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 54s
2026-07-13 21:03:08 -03:00
dec613eb63 fix(build-and-push): hard-timeout the SSH probe so it can't hang
All checks were successful
Test build-and-push (self-test) / Build tiny multi-arch image (push) Successful in 8s
ConnectTimeout only bounds the TCP handshake; wrap ssh in a 25s timeout
plus keepalives so a firewall that accepts SYN then drops packets fails
fast with a clear diagnostic instead of hanging the runner.
2026-07-12 13:38:33 -03:00
677c57e6f9 test(ci): add self-test workflow for build-and-push action
Some checks failed
Test build-and-push (self-test) / Build tiny multi-arch image (push) Has been cancelled
Builds a tiny inline alpine image through build-and-push against the
remote buildx builder and asserts the pushed manifest is multi-arch.
Pushes to a throwaway :citest tag so it never touches real images.
Triggered on workflow_dispatch and on changes to the action.
2026-07-12 13:27:26 -03:00