Give packages permission to update-docker-images

This commit is contained in:
Neil Alexander 2022-03-25 13:31:41 +00:00 committed by GitHub
parent 7f3d42bb46
commit 5b5e6a59b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,6 +335,9 @@ jobs:
update-docker-images: update-docker-images:
name: Update Docker images name: Update Docker images
permissions:
packages: write
contents: read
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main' if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
needs: [integration-tests-done] needs: [integration-tests-done]
uses: matrix-org/dendrite/.github/workflows/docker.yml@main uses: matrix-org/dendrite/.github/workflows/docker.yml@main