X-Git-Url: https://git.armaanb.net/?p=tall.bot.git;a=blobdiff_plain;f=.build.yml;h=72d2bb1979e9e7f36a2ab37a6580c2229f1ae23f;hp=1ec1e820d3da78e037326d3a343da9417875e463;hb=da004a969e475c8a39eb9c652b0706b5b4a92a08;hpb=ab7b928c8212399a81d23d9505919ae2ec1a9891 diff --git a/.build.yml b/.build.yml index 1ec1e82..72d2bb1 100644 --- a/.build.yml +++ b/.build.yml @@ -11,6 +11,6 @@ tasks: cat ~/docker.txt | docker login --username armaancicd --password-stdin - build: | cd tall.bot - sudo docker build -t armaanb/tall.bot:latest . + docker build -t armaanb/tall.bot:latest . - push: | docker push armaanb/tall.bot