Skip to content

Commit 361688d

Browse files
committed
update make all to push docker image
1 parent 97221fe commit 361688d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DOCKER_USER := $(shell printenv DOCKER_USER)
88
DOCKER_PASSWORD := $(shell printenv DOCKER_PASSWORD)
99
TRAVIS := $(shell printenv TRAVIS)
1010

11-
all: bootstrap build
11+
all: bootstrap build docker push
1212

1313
fmt:
1414
go fmt ./pkg/... ./cmd/...

0 commit comments

Comments
 (0)