We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When drone tries to pull the image it gets
panic: EOF goroutine 1 [running]: github.com/NYTimes/drone-gke/vendor/github.com/drone/drone-plugin-go/plugin.MustParse() /go/src/github.com/NYTimes/drone-gke/vendor/github.com/drone/drone-plugin-go/plugin/param.go:129 +0x4e main.wrapMain(0x0, 0x0) /go/src/github.com/NYTimes/drone-gke/main.go:76 +0x5a3 main.main() /go/src/github.com/NYTimes/drone-gke/main.go:50 +0x22```
The text was updated successfully, but these errors were encountered:
that looks like bad parameters passed in through the drone config: https://github.com/drone/drone-plugin-go/blob/master/plugin/param.go#L124-L130
unrelated to pulling image.
Sorry, something went wrong.
Looks like I had the secrets collum when i didn't need it.
No branches or pull requests
When drone tries to pull the image it gets
The text was updated successfully, but these errors were encountered: