From a01e859bfb15d130553dc5a26961e2fb95964088 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 15 Nov 2024 21:47:23 +0900 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6be3dcc..7822ae0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ justcontainer: docker build -t $(IMAGE_NAME):$(VERSION) . docker push $(IMAGE_NAME):$(VERSION) -push: +push: pull git push pull: