Skip to content

Commit

Permalink
update make all to push docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Dec 3, 2018
1 parent 97221fe commit 361688d
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 @@ -8,7 +8,7 @@ DOCKER_USER := $(shell printenv DOCKER_USER)
DOCKER_PASSWORD := $(shell printenv DOCKER_PASSWORD)
TRAVIS := $(shell printenv TRAVIS)

all: bootstrap build
all: bootstrap build docker push

fmt:
go fmt ./pkg/... ./cmd/...
Expand Down

0 comments on commit 361688d

Please sign in to comment.