Skip to content

Commit

Permalink
Update docker build permissions
Browse files Browse the repository at this point in the history
Pushing to ghcr has started failing with 403 Forbidden
Hopefully this will fix it although there may also be some org
permissions to update

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Oct 9, 2024
1 parent f351874 commit 3f25eb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
required: false
type: string

permissions:
contents: read
packages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f25eb3

Please sign in to comment.