Skip to content

Commit

Permalink
fix: Docker publish permissions (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored May 4, 2023
1 parent 153cd1a commit 1c51eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-publish-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:

jobs:
docker-security-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected] # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

0 comments on commit 1c51eb3

Please sign in to comment.