Skip to content

feat: notify FuSaOps on release for instant image rebuild - #48

Merged
SoundMatt merged 1 commit into
mainfrom
feat/fusaops-dispatch-notify
Jul 28, 2026
Merged

feat: notify FuSaOps on release for instant image rebuild#48
SoundMatt merged 1 commit into
mainfrom
feat/fusaops-dispatch-notify

Conversation

@SoundMatt

Copy link
Copy Markdown
Owner

Summary

  • FuSaOps' tools-monitor.yml has always supported an xfusa-released repository_dispatch for instant rebuilds, but no x-FuSa repo except rust-FuSa actually sends it — every tool release has only ever reached FuSaOps via its weekly cron.
  • Adds the same Notify FuSaOps step rust-FuSa's release.yml already uses, at the end of the Docker publish job.
  • Requires a FUSAOPS_DISPATCH_TOKEN secret (a PAT with write access to SoundMatt/FuSaOps) to actually fire; continue-on-error: true means it's a safe no-op until that secret exists, falling back to the existing weekly cron.

Test plan

  • YAML syntax validated
  • Mirrors rust-FuSa's working implementation exactly (same action, same continue-on-error safety)

FuSaOps' tools-monitor.yml has always supported an xfusa-released
repository_dispatch for instant rebuilds, but no x-FuSa repo except
rust-FuSa actually sent it -- every tool release has only ever reached
FuSaOps via the weekly cron. Add the same notify step rust-FuSa uses.

Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
@SoundMatt
SoundMatt merged commit c712dd5 into main Jul 28, 2026
16 checks passed
@SoundMatt
SoundMatt deleted the feat/fusaops-dispatch-notify branch July 28, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant