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