Skip to content

Commit

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

steps:
Expand Down

0 comments on commit f5ba6b5

Please sign in to comment.