chore: switch from develop/dev to main/latest image tags #434

Merged
jason.woltje merged 1 commits from fix/image-tag-dev-to-latest into main 2026-02-21 22:05:08 +00:00
Owner

Summary

  • Remove develop branch references from CI pipeline configs (branch filters + dev tag logic)
  • Change compose file IMAGE_TAG defaults from dev to latest
  • Update .env.example with latest-first documentation
  • Update 7 docs files: branching strategy, PR targets, image tag references, Portainer config

Follows branch consolidation in PR #432 — develop branch no longer exists.

Test plan

  • CI pipeline green (no code changes, only config/docs)
  • Verified no remaining IMAGE_TAG=dev or branch: [main, develop] references
## Summary - Remove develop branch references from CI pipeline configs (branch filters + dev tag logic) - Change compose file IMAGE_TAG defaults from `dev` to `latest` - Update .env.example with latest-first documentation - Update 7 docs files: branching strategy, PR targets, image tag references, Portainer config Follows branch consolidation in PR #432 — develop branch no longer exists. ## Test plan - [ ] CI pipeline green (no code changes, only config/docs) - [x] Verified no remaining `IMAGE_TAG=dev` or `branch: [main, develop]` references
jason.woltje added 1 commit 2026-02-21 22:01:25 +00:00
chore: switch from develop/dev to main/latest image tags
All checks were successful
ci/woodpecker/push/infra Pipeline was successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/coordinator Pipeline was successful
ci/woodpecker/push/web Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
4e96a32714
Remove develop branch references from CI, compose, env, and docs
now that all development uses trunk-based workflow on main.

- CI: remove develop branch filters and dev tag logic
- Compose: default IMAGE_TAG from dev to latest
- Env: update IMAGE_TAG default and comments
- Docs: update branching strategy, PR targets, and image tag docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 23d610ba5b into main 2026-02-21 22:05:08 +00:00
Sign in to join this conversation.