Skip to content

Commit

Permalink
ci: fix perms for build image pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed May 15, 2024
1 parent 3b79674 commit c26e53c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ on:
jobs:
build-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Docker meta
id: meta
Expand Down

0 comments on commit c26e53c

Please sign in to comment.