Merge pull request #11439 from stevenhorsman/multi-arch-manifest-permissions-fix

release: Add more permissions
This commit is contained in:
Fabiano Fidêncio 2025-06-19 12:45:37 +02:00 committed by GitHub
commit 6722ea2fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ jobs:
needs: [build-and-push-assets-amd64, build-and-push-assets-arm64, build-and-push-assets-s390x, build-and-push-assets-ppc64le]
permissions:
contents: write # needed for the `gh release` commands
packages: write # needed to push the multi-arch manifest to ghcr.io
steps:
- name: Checkout repository
uses: actions/checkout@v4