Skip to content

Commit

Permalink
-Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigG committed Mar 14, 2024
1 parent d3cd87b commit e202aca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.ONESHELL:

docker_build:
docker build -t tasker-linux-ci .

docker_login:
docker tag tasker-linux-ci:latest thebigg1/tasker-linux-ci

docker_push:
docker push thebigg1/tasker-linux-ci

0 comments on commit e202aca

Please sign in to comment.