From 16d64e8bdc1e0fb07d792ca97124ba66616e44bf Mon Sep 17 00:00:00 2001 From: slaventius Date: Fri, 24 Feb 2023 11:15:18 +0300 Subject: [PATCH] * --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)