3 Commits

Author SHA1 Message Date
Paul O'Reilly
6f8d349f7f Update README with full architecture diagrams and API walkthrough
All checks were successful
Build Non-Prod Image / build-and-release (push) Successful in 26s
Expand from a brief summary to a comprehensive guide that an existing
Octopus Deploy user can follow to adopt the dual-image channel pattern.
Includes CI-to-deployment flow diagrams, step-by-step CI workflow
explanation, API payload breakdown, and a portable curl example.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:35:40 +13:00
octopus.oreillyit.nz
3e09802db8 Add CI workflows for dual-image channel pattern
All checks were successful
Build Non-Prod Image / build-and-release (push) Successful in 29s
Build Prod Image / build-and-release (push) Successful in 32s
- Non-prod workflow: builds on push to main, pushes to acme-nonprod registry, creates Octopus release in Non-Prod channel
- Prod workflow: builds on v* tags, pushes to acme-prod registry, creates Octopus release in Prod channel
- Simple Alpine Dockerfile for demo purposes
2026-03-23 16:47:00 +13:00
f9b62d05b8 Initial commit 2026-03-23 03:45:53 +00:00