image: archlinux packages: - docker sources: - https://git.sr.ht/~armaan/tall.bot secrets: - cfca6590-dec3-46f3-abf0-3bce5c907e4a tasks: - prep: | sudo systemctl start docker cat ~/docker.txt | docker login --username armaancicd --password-stdin - build: | cd tall.bot docker build -t armaanb/tall.bot:latest . - push: | docker push armaanb/tall.bot