Skip to content

Commit

Permalink
ci(fix): missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Apr 21, 2024
1 parent 98cbc5f commit 9b01f2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- "v*.*.*"

permissions:
contents: read
packages: write

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

0 comments on commit 9b01f2b

Please sign in to comment.