CI: grant packages:write to the image-build job
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:
co-authored by
Claude Opus 4.8
parent
7dee999759
commit
48e13c4b57
@@ -23,6 +23,9 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# GITEA_TOKEN is auto-provided per run; grant it permission to push to the registry.
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user