Skip to content

Commit

Permalink
Update docker-image-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-rana authored Feb 20, 2024
1 parent 72803e2 commit dcbdd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
sudo hdiutil detach /Volumes/Docker
export PATH=$PATH:~/.docker/bin
sudo xattr -r -d com.apple.quarantine /Applications/Docker.app
sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
open -a /Applications/Docker.app
until sudo docker login -u akhilrana -p ${{ secrets.DOCKER_PASSWORD }}; do sleep 1; done
until sudo docker build -t akhilrana/telegramarr:latest-arm64 .; do sleep 1; done
Expand Down

0 comments on commit dcbdd3f

Please sign in to comment.