ci(release): release workflow dispatch and tag push do not enqueue #51
Labels
No labels
autorelease: pending
autorelease: tagged
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-cve#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Release publication for merged commit
5171b93d4cwas blocked because the Release workflow did not enqueue after either workflow dispatch or pushing the ct-cve-v0.9.3 tag.Evidence
fj actions dispatch -R origin release-please.yml main -I tag_name=ct-cve-v0.9.3 -I target_ref=5171b93d4creturned success, but no new task appeared.fj actions dispatch -R origin release-please.yml ct-cve-v0.9.3 -I tag_name=ct-cve-v0.9.3 -I target_ref=5171b93d4calso returned success, but no task appeared.ct-cve-v0.9.3;git ls-remote --tags origin ct-cve-v0.9.3confirms it exists, but no tag-triggered Release workflow appeared.fj actions tasks -R originremained at 89 tasks with latest task #52 for CI onfix(feed): bound feed sync memory usage.Impact
The code fix is merged and CI passed, but Docker image publication and Forgejo release creation cannot complete through the documented workflow. This leaves
ct-cve-v0.9.3tagged without a corresponding release/image until the workflow queue issue is resolved or a privileged manual Docker Hub publish is performed.Suggested fix
Investigate Forgejo Actions workflow dispatch/tag trigger handling for
.github/workflows/release-please.yml, and confirm that tag pushes matchingct-cve-v*enqueue theReleaseworkflow. Add a small documented fallback or admin runbook if dispatch remains unreliable.