chore: allow GHCR push in release workflow

This commit is contained in:
Michael A. Kuykendall
2025-12-09 10:26:36 -06:00
parent 50c4cb0a59
commit f5cbb34ab8

View File

@@ -298,6 +298,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && needs.preflight.outputs.should_publish == 'true'
permissions:
contents: write
packages: write # Required for pushing to GHCR
steps:
- uses: actions/checkout@v4