Skip to content

Commit 0e94d06

Browse files
committed
fix: Add docker build and push commands to permissions in settings.local.json
1 parent bd9b294 commit 0e94d06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"Bash(gcloud run logs read:*)",
1212
"Bash(gcloud logging read:*)",
1313
"Bash(git add:*)",
14-
"Bash(git commit:*)"
14+
"Bash(git commit:*)",
15+
"Bash(docker build:*)",
16+
"Bash(docker push:*)"
1517
]
1618
}
1719
}

0 commit comments

Comments
 (0)