Skip to content

Commit

Permalink
.github/workflows: add permission for docker package upload
Browse files Browse the repository at this point in the history
In order to upload the packages on github permissions needs to be set.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Jul 25, 2024
1 parent acb23c3 commit 9755776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: workflow_dispatch
jobs:
Build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
strategy:
matrix:
kuiper_artifact: [kuiper_basic_32, kuiper_basic_64]
Expand Down

0 comments on commit 9755776

Please sign in to comment.