devopsdays / devopsdays-cli

Maintenance application for devopsdays.org website
MIT License
1 stars 1 forks source link

Add docker publishing to goreleaser config #139

Open mattstratton opened 5 years ago

mattstratton commented 5 years ago

Once we have a docker image that works, we want to have goreleaser publish it as part of the release process.

See https://goreleaser.com/customization/#Docker for details.

mattstratton commented 5 years ago

Possibly helpful blog post - https://carlosbecker.com/posts/goreleaser-docker/

GoReleaser Docker support - Carlos Alexandro Becker
The next GoReleaser version will have a more flexible Docker configuration format. In this post we’ll explore it a bit.