CI: grant packages:write to the image-build job
Build & Push Docker image / test (push) Failing after 53s
Build & Push Docker image / docker (push) Has been skipped

The auto-provided GITEA_TOKEN needs explicit package-write permission to push
to the Gitea container registry.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
Jim Basso
2026-06-11 13:57:27 -05:00
co-authored by Claude Opus 4.8
parent 7dee999759
commit 48e13c4b57
+3
View File
@@ -23,6 +23,9 @@ jobs:
docker:
needs: test
runs-on: ubuntu-latest
# GITEA_TOKEN is auto-provided per run; grant it permission to push to the registry.
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4