tendermint / coding

14 stars 10 forks source link

automate pushing docker images on release #32

Closed zramsay closed 6 years ago

zramsay commented 6 years ago
melekes commented 6 years ago

Tendermint: https://github.com/tendermint/tendermint/pull/684

note for other projects I would recommend first to try https://github.com/goreleaser/goreleaser

adrianbrink commented 6 years ago

Ethermint: https://github.com/tendermint/ethermint/issues/316

It would be great to also extend it to work with docker.

melekes commented 6 years ago

goreleaser can build and push docker images

adrianbrink commented 6 years ago

Sweet. Then I'll try and use it on ethermint