X-Git-Url: https://git.armaanb.net/?p=tall.bot.git;a=blobdiff_plain;f=.build.yml;fp=.build.yml;h=1ec1e820d3da78e037326d3a343da9417875e463;hp=4f3e42c6314940b5d034b7a8272aaaf334af1414;hb=ab7b928c8212399a81d23d9505919ae2ec1a9891;hpb=36f2be356169528b44d0904fd652fc0be5b1fa51 diff --git a/.build.yml b/.build.yml index 4f3e42c..1ec1e82 100644 --- a/.build.yml +++ b/.build.yml @@ -8,9 +8,9 @@ secrets: tasks: - prep: | sudo systemctl start docker + cat ~/docker.txt | docker login --username armaancicd --password-stdin - build: | cd tall.bot sudo docker build -t armaanb/tall.bot:latest . - push: | - cat ~/docker.txt | docker login --username armaancicd --password-stdin docker push armaanb/tall.bot