-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixup release flow #487
Fixup release flow #487
Conversation
before this, running the binaries (with a valid config file) in the images was resulting in: ``` panic: failed to issue request: Post "https://api.avax-test.network/ext/info": tls: failed to verify certificate: x509: certificate signed by unknown authority goroutine 1 [running]: main.main() /home/gene/dev/awm-relayer/signature-aggregator/main/main.go:95 +0xd5b ```
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.
Hooray confirmed that this builds a working image this time for the signature-aggregator at least. I will confirm the same for awm-relayer and then approve
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.
Confirmed that the relayer works. ✅
Why this should be merged
Issues were encountered when trying to run the docker images built by the new release flow. This fixes the problems and polishes a few other things along the way.
How this was tested
by running the commands shown in the readme, and by pushing a
...-dev
release tag, which triggered the CI job here, which pushed the docker image to docker hub asavaplatform/signature-aggregator:v0.1.0-rc1-dev
here, and then by running the docker image withHow is this documented
in the README changes