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 88c54ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docker-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
runs-on:
- build-docker
- in-service
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 88c54ee

Please sign in to comment.