Skip to content

Commit

Permalink
use actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 25, 2024
1 parent f5ba6b5 commit 0ad4338
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
actions: write # for docker to push to registry
contents: read
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0ad4338

Please sign in to comment.