We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97221fe commit 361688dCopy full SHA for 361688d
1 file changed
Makefile
@@ -8,7 +8,7 @@ DOCKER_USER := $(shell printenv DOCKER_USER)
8
DOCKER_PASSWORD := $(shell printenv DOCKER_PASSWORD)
9
TRAVIS := $(shell printenv TRAVIS)
10
11
-all: bootstrap build
+all: bootstrap build docker push
12
13
fmt:
14
go fmt ./pkg/... ./cmd/...
0 commit comments