Skip to content

Commit

Permalink
Adjust push-docker-image permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov authored Feb 26, 2025
1 parent 657986a commit 1ab3595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,9 @@ jobs:
if: ${{ github.event_name == 'push' }}
env:
REGISTRY: ghcr.io
packages: write
contents: write
permissions:
packages: write
contents: write
runs-on: ubuntu-22.04
needs:
- test-ubuntu
Expand Down

0 comments on commit 1ab3595

Please sign in to comment.