need 'packages: write' permission for ghcr.io

This commit is contained in:
Ralf Vogler 2025-05-14 01:59:37 +02:00
parent 4ce0d44b79
commit bf0c9032cc

View file

@ -12,6 +12,7 @@ on:
permissions:
contents: read
packages: write
env:
BRANCH: ${{ github.head_ref || github.ref_name }} # head_ref/base_ref are only set for PRs, for branches ref_name will be used