-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move publishing image to separate job (#424)
This separates the act of publishing the image to Docker Hub (requires secrets) from the act of building and testing (does not require secrets). The command to publish is much simplified now that the job is only run on version-tagged commits. Secrets needed to publish are provided through CircleCI Context as recommended by Circle. Other changes: * reused filter definitions common in our other CI configs * declared the version of Go to build with in a single named executor
- Loading branch information
Showing
1 changed file
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters