diff --git a/build/Makefile b/build/Makefile index 5102dee..a2ca0c0 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -.DEFAULT_GOAL := build +.DEFAULT_GOAL := docker-push GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH)