Skip to content

Commit

Permalink
Pushes go to staging-k8s.gcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Feb 2, 2018
1 parent 75d4c52 commit f5547f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
all: push

TAG = 0.1
PREFIX = k8s.gcr.io/peer-finder
PREFIX = staging-k8s.gcr.io/peer-finder

server: peer-finder.go
CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' ./peer-finder.go
Expand Down

0 comments on commit f5547f6

Please sign in to comment.