Google Cloud Build error:
failed unmarshalling build config cloudbuild.yaml: json: cannot unmarshal array into Go value of type string
設定檔中並沒有 JSON config,查了半天才知道是 YAML 格式有誤 (I hate YAML)
正確的 cloudbuild.yaml
檔案格式,可以參考 Google Cloud Build configure file schema。