You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(ghcr): allow manual dispatch to build images for .github PRs
Pull requests that touch .github are excluded from the automatic pull_request trigger, so their image builds cannot be tested at all. Add
workflow_dispatch and widen the job conditions so a maintainer with write access can start the build manually, mirroring the setup in buildx.yml.
A manual run builds an arbitrary branch, which is unreviewed code just like a pull request. Extend the attestation guards in the build, merge and grafana actions accordingly, so manual runs push unsigned images.
0 commit comments