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
Currently a CI workflow to automatically build and push our Docker image to ghcr.io is missing. This workflow should handle image publishing for both releases and development builds.
Workflow should:
Trigger on:
Release creation → build and push image tagged with the release name
Push to development branch → build and push image tagged as latest
Manual trigger (workflow_dispatch) → build and push image tagged as latest