Set explicitly write permission for packages (#26539)

This commit is contained in:
Massimiliano Culpo 2021-10-06 01:12:25 +02:00 committed by GitHub
parent cc6508ec09
commit d7fc17d5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,9 @@ on:
jobs:
deploy-images:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
# Even if one container fails to build we still want the others
# to continue their builds.