From b09b53dc697055191d04a681b98676b02eeaee5c Mon Sep 17 00:00:00 2001 From: bensagi <73578662+bensagi@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:02:57 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ace01f..022d7c2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build-docker: --build-arg VCS_REF=$(shell git rev-parse --short HEAD) \ --build-arg IMAGE_VERSION=${VERSION} \ -t $(IMAGE_NAME) . - +asd docker.push: build-docker docker push $(IMAGE_NAME)