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
Build and Push Docker Image / build-and-push (push) Failing after 8s
This commit is contained in:
@@ -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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user