Skip to content

Commit

Permalink
ci: fix permissions to push the Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <bryant.finney@outlook.com>
  • Loading branch information
bryant-finney committed Dec 23, 2023
1 parent 1d63f21 commit 91b302c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
outputs:
version: ${{ steps.meta.outputs.version }}

permissions:
contents: read
packages: write

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 91b302c

Please sign in to comment.