1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Simon Aronsson
02b3b6be86
remove dockerhub readme sync 2020-05-22 16:29:50 +02:00
Simon Aronsson
ebb715b731
Disable godacov 2020-05-22 16:21:31 +02:00
Simon Aronsson
1b3db5ed5d remove dead code and goverage dependency 2019-09-15 16:52:39 +02:00
Simon Aronsson
bfae38dbf8
Feat/lifecycle hooks (#351)
* feat(update): add lifecycle hooks to the update action

* fix(ci): add bash tests for lifecycle-hooks to the ci workflow

* fix(ci): move integration tests to an isolated step

* fix(ci): fix malformed all-contributors json

* fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci
2019-07-27 01:37:16 +02:00
Simon Aronsson
b4846ef158 turn on publish filter again 2019-07-02 12:17:21 +02:00
Simon Aronsson
0e268a247e change fingerprint 2019-07-02 12:13:46 +02:00
Simon Aronsson
79bf0bda56 inject ssh key during publish 2019-07-02 11:56:54 +02:00
Simon Aronsson
76fdabfe6d add githubs fingerprint to known host for mkdocs 2019-07-02 11:35:54 +02:00
Simon Aronsson
37069d51df resolve pip issue 2019-06-26 13:37:42 +02:00
Simon Aronsson
34b765960c move documentation from readme to gh pages 2019-06-01 14:33:31 +02:00
Simon Aronsson
3c38437b93 send coverage to codacy 2019-04-16 10:00:39 +02:00
Simon Aronsson
10031052b2 add additional login due to manifest shenanigans 2019-04-14 23:16:07 +02:00
Simon Aronsson
0e29029cb9 fix tag splitting 2019-04-14 22:50:23 +02:00
Simon Aronsson
93d47c7bd6 strip v. from tag when creating manifests 2019-04-14 22:32:14 +02:00
Simon Aronsson
09ddabd01c utilize goreleaser builtins and reformat code 2019-04-14 22:08:13 +02:00
thelamer
9dd80681c7 additional release logic to try to push manifested releases on publish 2019-04-14 22:08:13 +02:00
Simon Aronsson
6157c50e4f fix some minor issues 2019-04-06 14:05:01 +02:00
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
2019-04-06 13:57:26 +02:00