Closed nanliu closed 7 years ago
I think the current codebuild+buildspec+travis, which all of them keep duplicating the build steps, is not ideal.
How about creating a makefile with targets like get-deps
, build
, docker-image
then each builder can use outputs of those things to tag/push images?
This is an example travis config to address the release issues per #60:
Here's the example git tag and the corresponding docker hub image. There are two steps to enable this:
To verify: