Adopt commit-based container tags with path-triggered CI
Replace git-tag-triggered container builds with path-based triggers on main and workflow_dispatch. Tags now encode the upstream app version and commit SHA (vX.Y.Z-<sha>) for full traceability. The manual container-tag-and-release task is replaced by container-build-and-release which dispatches workflows via the Forgejo API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0e2c10176d
commit
d6152b8238
13 changed files with 363 additions and 258 deletions
|
|
@ -91,7 +91,7 @@ BlumeOps operations are driven by mise tasks. Run `mise tasks` to list all avail
|
|||
| `pr-comments` | Check unresolved PR comments during review |
|
||||
| `blumeops-tasks` | Find pending tasks from Todoist |
|
||||
| `container-list` | View available container images and tags |
|
||||
| `container-tag-and-release` | Release a new container image version |
|
||||
| `container-build-and-release` | Trigger container build workflows |
|
||||
| `dns-preview` | Preview DNS changes before applying |
|
||||
| `dns-up` | Apply DNS changes via Pulumi |
|
||||
| `tailnet-preview` | Preview Tailscale ACL changes |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue