-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
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
Use ghcr registry for hermes, bump version. #571
Conversation
Some context on the force-push: I originally opened the PR with hermes version set to failed to configure relayer r for chain chain-a: exit code 1: The Hermes configuration file at path '/home/hermes/.hermes/config.toml' is invalid, reason: config error: path error: /home/hermes/.hermes/config.toml Last time I bumped into this, while trying to configure hermes for some tests in ibc-go, the issue was some pesky uid/gid value that caused this file to not get moved into the correct place. My docker-foo isn't strong so why this has changed from 1.4.0 to 1.4.1 is a bit of a mystery to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
(cherry picked from commit 96edd24) # Conflicts: # relayer/hermes/hermes_relayer.go
(cherry picked from commit 96edd24) # Conflicts: # relayer/hermes/hermes_relayer.go
(cherry picked from commit 96edd24) # Conflicts: # relayer/hermes/hermes_relayer.go
(cherry picked from commit 96edd24) # Conflicts: # relayer/hermes/hermes_relayer.go
(cherry picked from commit 96edd24)
Changes the registry to ghcr which hermes is now using and bumps the version.