Yasser Chihab
Results
1
comments of
Yasser Chihab
I solved this with using app.json : ``` { "name": "app", "hooks": { "prebuild": { "commands": [ "gcloud auth configure-docker" ] } } } ``` Other solution is to fork...