Fix: Switch to Local Build strategy (bypass registry upload)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s

This commit is contained in:
2026-02-01 21:55:52 +01:00
parent 5bf5701e0d
commit e4d4df16ad
6 changed files with 197 additions and 190 deletions

View File

@@ -1,18 +1,18 @@
{
"agents": {
"defaults": {
"model": {
"primary": "google/gemini-1.5-pro"
}
}
},
"channels": {
"discord": {
"enabled": true
}
},
"server": {
"host": "0.0.0.0",
"port": 18789
}
}
{
"agents": {
"defaults": {
"model": {
"primary": "google/gemini-1.5-pro"
}
}
},
"channels": {
"discord": {
"enabled": true
}
},
"server": {
"host": "0.0.0.0",
"port": 18789
}
}