Commit Graph
1 Commits
Author SHA1 Message Date
rock 2f7d825ca5 ci: split PR check and deploy workflows
PR Check / Build, Test & Image (pull_request) Failing after 39s
build.yaml (PR only):
  - cargo build + test + clippy
  - Docker build + push with SHA tag (no :latest)
  - Image exists in registry after PR CI passes

deploy.yaml (main push only):
  - docker pull SHA image (already in registry from PR)
  - docker tag as :latest
  - docker push :latest
  - No rebuild, no cargo steps
2026-09-08 19:13:35 -07:00