Commit Graph

8 Commits (498d500657dd189ee76a1af53ad96a2a034abe91)

Author SHA1 Message Date
Simon Aronsson 3c38437b93 send coverage to codacy 5 years ago
Simon Aronsson 10031052b2 add additional login due to manifest shenanigans 5 years ago
Simon Aronsson 0e29029cb9 fix tag splitting 5 years ago
Simon Aronsson 93d47c7bd6 strip v. from tag when creating manifests 5 years ago
Simon Aronsson 09ddabd01c utilize goreleaser builtins and reformat code 5 years ago
thelamer 9dd80681c7 additional release logic to try to push manifested releases on publish 5 years ago
Simon Aronsson 6157c50e4f fix some minor issues 5 years ago
Simon Aronsson 1b82da1ab7 Setup a working pipeline
* add tests to ensure function even after switching docker client api version
* switch docker client api version to remove import of Sirupsen and get rid of the casing workaround
* migrate from glide to dep to go modules
* rewrite ci workflow
  * only run publish on version tags
  * only run build on branches
  * update goreleaser config
  * disable automated latest tag push
* remove dependency to v2tec/docker-gobuilder
* remove dead code and files
* add golands .idea folder to gitignore
* add label to released docker images
* add test reporting, add some unit tests
* change test output dir
* fix goreleaser versions
* add debug output for circleci and goreleaser
* disable cgo
5 years ago