Rohan Verma

Results 43 comments of Rohan Verma

Hey @muesli I implemented the github action (ref: https://github.com/muesli/beehive/issues/314#issuecomment-723153160). > This might help us: https://goreleaser.com/customization/docker_manifest/ It uses the same experimental setup, so even if we use goreleaser, you will have...

+1 to this request. I would be happy to contribute to getting this integrated in the release script as well. A few observations, - I could not find `docker build`...

Hey I'm not familiar with Github Actions but I've attempted to add the `docker buildx` step to `release.sh` here: https://github.com/rhnvrm/beehive/commit/84725cb4167f86f7adc2ce17e0519a5b93f51369 I was able to push to docker hub with multiple...

Found this recently, https://github.com/crazy-max/ghaction-docker-buildx Should we try adding this?

Hey, just read a bit more about this. Docker Hub also seems to provide it with pre/post hooks. This repo shows how it can be done: https://github.com/ckulka/docker-multi-arch-example https://hub.docker.com/r/ckulka/multi-arch-example It seems...

I had explored this option as well but landed on https://github.com/goreleaser/goreleaser/issues/530

It seems like the docker-buildx repo I had linked earlier has been moved under `docker` organization https://github.com/docker/setup-buildx-action I can give it a try with a new PR. What do you...

@muesli I have updated #323 For testing, I created a dummy tag and pushed it in my fork: https://hub.docker.com/repository/docker/rhnvrm/beehive/tags?page=1 After merging, any tag pushed will be pushed to your dockerhub....

@pyprism You need to use the following imports: ``` "github.com/labstack/echo/v4" "github.com/labstack/echo-contrib/session" "github.com/labstack/echo/v4/middleware" ``` @vishr maybe we should update the docs at https://echo.labstack.com/middleware/session I can take this up if help is...

@piyushvarshney - Try using a virtualenv. I would recommend you also try Pipenv.