Fix Docker publish permissions in release pipeline (#3195)

This commit is contained in:
Zanie Blue
2024-04-22 18:05:21 -05:00
committed by GitHub
parent b9419e67aa
commit ccf4a85f89
2 changed files with 5 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ jobs:
with:
plan: ${{ needs.plan.outputs.val }}
secrets: inherit
permissions:
packages: write
contents: read
# Build and package all the platform-agnostic(ish) things
build-global-artifacts: