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: