Skip to content

Commit

Permalink
fix: add missing permissions to push images (#15)
Browse files Browse the repository at this point in the history
Closes #14

Signed-off-by: Jonathan Gonzalez V <[email protected]>
  • Loading branch information
sxd authored Jun 23, 2022
1 parent 18ef1d8 commit dda19dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ env:
IMAGE_STAGING: ghcr.io/cloudnative-pg/pgbouncer-testing
IMAGE_RELEASE: ghcr.io/cloudnative-pg/pgbouncer

permissions:
contents: write
packages: write

jobs:
build-and-publish:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit dda19dd

Please sign in to comment.