Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
779 stars 144 forks source link

Add travis step to auto create a release in github and auto publish to DockerHub from master #182

Closed jairovadillo closed 4 years ago

jairovadillo commented 5 years ago

Just an enhancement but would be nice: https://ops.tips/blog/travis-ci-push-docker-image/

I can try to do it myself in a few days :D

p4tin commented 5 years ago

This ticket should do 2 things when a commit to master happens:

  1. A new release is created in github (including all binaries - listed below), and;
  2. Push a new docker images to dockerhub.
p4tin commented 4 years ago

I am now usign goreleaser, homebrew and github actions so hopefully all will be smooth