Skip to content

Commit

Permalink
write for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 25, 2024
1 parent 6c71f1b commit 57f7f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
docker:
name: Build, test, and publish Docker images to Docker Hub
permissions:
contents: write # for docker to push to registry
contents: read
packages: write # for docker to push to registry
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 57f7f80

Please sign in to comment.