Update deploy-image.yml to use GitHub context and adjust logging; expand permissions in settings.local.json
Build and Push Docker Image / build-and-push (push) Failing after 8s

This commit is contained in:
2026-06-29 18:41:10 +02:00
parent de450eb384
commit 3284d70ac6
2 changed files with 10 additions and 12 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"allow": [
"Bash(java -version)",
"WebFetch(domain:github.com)",
"Bash(find /Users/thilo/development/java/JavadocViewerService -not -path */target/* -not -path */.mvn/* -not -path */.maven/* -not -path */.git/* -type f -o -type d)"
"Bash(find /Users/thilo/development/java/JavadocViewerService -not -path */target/* -not -path */.mvn/* -not -path */.maven/* -not -path */.git/* -type f -o -type d)",
"WebFetch(domain:docs.gitea.com)"
]
}
}