Skip to content

Commit

Permalink
add permission for fixing the github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed May 21, 2024
1 parent 6521d4b commit b4ee99a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ jobs:
docker:
needs: publish
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Set up QEMU
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
uses: docker/setup-qemu-action@v3

- name: Docker buildx
Expand Down

0 comments on commit b4ee99a

Please sign in to comment.