A discord bot for teal.fm
discord tealfm music

ok i guess it doesnt exist

besaid.zone 73da2114 15552460

verified
Changed files
+3 -2
.tangled
workflows
+3 -2
.tangled/workflows/docker-atcr.yml
··· 10 10 - docker 11 11 - docker-credential-helpers 12 12 - pass 13 - - jq 14 13 15 14 steps: 16 15 - name: log in to atcr 17 16 command: | 18 - jq '. + {"credsStore":"pass"}' $HOME/.docker/config.json > tmp.json && mv tmp.json $HOME/.docker/config.json 17 + pass init 18 + echo "{"credsStore":"pass"}" > $HOME/.docker/config.json 19 + cat $HOME/.docker/config.json 19 20 20 21 echo $ATCR_APP_PASSWORD | docker login atcr.io -u $ATCR_USER --password-stdin 21 22