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
feat(ci): add ghcr publish workflow and optimize triggers
Adds a new GitHub Action to publish a Docker image to GHCR on merges to main.
Also optimizes the triggers for the existing test and docker build workflows to only run when relevant files are changed, reducing unnecessary pipeline runs.
0 commit comments