blumeops/.dagger
Erich Blume ffa8727660 Adopt commit-based container tags (#232)
## Summary
- Replace git-tag-triggered container builds with path-based triggers on main and workflow_dispatch
- Image tags now encode upstream app version + commit SHA (`vX.Y.Z-<sha>`) for full traceability
- Replace `container-tag-and-release` task with `container-build-and-release` (dispatches workflows via Forgejo API)
- Update dagger `publish()` to accept `commit_sha` parameter
- Update all docs and references to the new workflow

## Deployment and Testing
- [ ] Merge to main
- [ ] `mise run container-build-and-release <name>` for each container to populate new-format tags
- [ ] Verify tags in registry via `mise run container-list`
- [ ] Existing images untouched — old tags remain available

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/232
2026-02-20 22:56:20 -08:00
..
src/blumeops_ci Adopt commit-based container tags (#232) 2026-02-20 22:56:20 -08:00
.gitattributes Adopt Dagger CI for container builds (Phase 1) (#156) 2026-02-11 15:38:31 -08:00
.gitignore Adopt Dagger CI for container builds (Phase 1) (#156) 2026-02-11 15:38:31 -08:00
pyproject.toml Adopt Dagger CI for container builds (Phase 1) (#156) 2026-02-11 15:38:31 -08:00
uv.lock Adopt Dagger CI for container builds (Phase 1) (#156) 2026-02-11 15:38:31 -08:00