Shinichi TAMURA
Shinichi TAMURA
Yeah @seboudry's solution looks right; the [kaniko docker image has `docker-credentials-gcr`](https://github.com/GoogleContainerTools/kaniko/blob/cdbd8af0578c56e2801b57461e9f417f9479d303/deploy/Dockerfile#L37) and [it will be configured only if no config file exists](https://github.com/GoogleContainerTools/kaniko/blob/cdbd8af0578c56e2801b57461e9f417f9479d303/pkg/executor/push.go#L115-L120). Maybe this should work too: ```sh cat
As far as I checked quickly, the REST API has no method to resolve review comments; only the GraphQL API has. - REST: https://docs.github.com/en/rest/reference/pulls - GraphQL: https://docs.github.com/en/graphql/reference/mutations#resolvereviewthread reviewdog currently using...