Merge pull request #59 from kpfleming/travis-deploy-one-version

Ensure that only Golang 1.10 builds are pushed to DockerHub
This commit is contained in:
Mikolaj Pawlikowski
2019-03-22 15:27:12 +00:00
committed by GitHub
+1
View File
@@ -36,4 +36,5 @@ deploy:
skip_cleanup: true
on:
tags: true
go: "1.10.x"
condition: -n "$DOCKER_PASSWORD"