chore(build): add image to push dependencies

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-12-08 23:12:17 +05:30
parent 24a1a91824
commit de365b36ad
No known key found for this signature in database
GPG Key ID: F0EA64BC1B44A7F3

View File

@ -3,5 +3,5 @@ image:
docker build -t atechnohazard/katbin-elixir . docker build -t atechnohazard/katbin-elixir .
.PHONY: push .PHONY: push
push: push: image
docker push atechnohazard/katbin-elixir docker push atechnohazard/katbin-elixir