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
Steps:
docker run ghcr.io/rollkit/gm:v0.1.0 version
Or:
docker run -it --entrypoint bash ghcr.io/rollkit/gm:v0.1.0 gmd version
Both only returns an empty line instead of version information.
The text was updated successfully, but these errors were encountered:
it looks like the binary wasn't built?
# in docker run ghcr.io/rollkit/gm:v0.1.0 gmd version # out Error: unknown command "gmd" for "gmd" Run 'gmd --help' for usage.
however, in this case it does, and it works
# in docker run -it --entrypoint bash ghcr.io/rollkit/gm:v0.1.0 gmd version # out blank
Sorry, something went wrong.
If I build the chain manually, I get:
jcs @ ~/DEV/gm % gmd version 0.1.0-965b7bb9
smuu
No branches or pull requests
Steps:
Or:
Both only returns an empty line instead of version information.
The text was updated successfully, but these errors were encountered: