Skip to content

Commit

Permalink
#11762: Add permissions to push docker image to ghcr registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Aug 28, 2024
1 parent 77eab62 commit c145cd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docker-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ on:
- "ubuntu-20.04-amd64"
- "ubuntu-22.04-amd64"

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

jobs:
build-docker-image:
env:
Expand Down

0 comments on commit c145cd5

Please sign in to comment.