From de365b36adf92b8aacf46d00a44feeb3a610986d Mon Sep 17 00:00:00 2001 From: SphericalKat Date: Wed, 8 Dec 2021 23:12:17 +0530 Subject: [PATCH] chore(build): add image to push dependencies Signed-off-by: SphericalKat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aedfe5..f59a962 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ image: docker build -t atechnohazard/katbin-elixir . .PHONY: push -push: +push: image docker push atechnohazard/katbin-elixir \ No newline at end of file