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 c4d1f29 commit 44f8aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
sudo hdiutil detach /Volumes/Docker
open -a Docker
until sudo docker login -u akhilrana -p ${{ secrets.DOCKER_PASSWORD }}; do; sleep 1; done
sudo docker build -t akhilrana/telegramarr:latest-arm64 .
until sudo docker build -t akhilrana/telegramarr:latest-arm64 .; do; sleep 1; done
sudo docker push akhilrana/telegramarr:latest-arm-64

0 comments on commit 44f8aaf

Please sign in to comment.