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
Bug: Missing packages write permission for container push
The workflow sets permissions to only contents: read, but the build job pushes a Docker image to GitHub Container Registry at line 63. Pushing to GHCR requires packages: write permission for the GITHUB_TOKEN. Without this permission, the Docker push operation will fail with an authorization error, preventing the workflow from completing successfully.