RicoToothless

Results 4 issues of RicoToothless

**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source): v0.34.20 **Environment**: - **OS** (e.g. from /etc/os-release): Debian 5.10.127-2 x86_64 GNU/Linux - **Install tools**: - **Others**:...

![image](https://user-images.githubusercontent.com/39393540/114037847-ec8a8100-98b3-11eb-8f7c-80f288c2ac16.png) ![image](https://user-images.githubusercontent.com/39393540/114037951-062bc880-98b4-11eb-92cb-78ad67145edd.png) ### Reproduction Steps deploy a redirect ALB + cloudfront + http302-from-origin lambda https://github.com/RicoToothless/cdk-cloudfront-plus/tree/feature/http302-from-origin/src/demo/http302-from-origin ### What did you expect to happen? get the context with HTTP code 200 ###...

bug

It would be nice to publish container images to GitHub Package for the public community. The image tag is `steps.tag.outputs.tag` from the previous "Get tag value" step. Ref: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

I used `web3f/substrate-telemetry-exporter:v2.1.0` container image with config file: ``` subscribe: chains: - "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3" validators: - name: node0 address: 5D5HUyyooRU3DQKKVXQgvzuMzwdJBks5kwZHvaMgoC6PWgsa telemetry_host: wss://feed.telemetry.polkadot.io/feed/ ``` got the error messages ``` Could not connect...