docker: add push target

Change-Id: I82fd35a3f1e5c4a76c9774aff28328a7acc97e78
This commit is contained in:
Brad Fitzpatrick 2014-08-16 14:27:51 -07:00
parent c28e6736b8
commit 494e9e7814
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ docker: Dockerfile camlistored
camlistored:
CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w' -o camlistored camlistore.org/server/camlistored
push: docker
docker push camlistore/camlistored