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 e8e8229 commit f1671bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
run: |
wget https://desktop.docker.com/mac/main/arm64/137060/Docker.dmg
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
sudo hdiutil detach /Volumes/Docker
sudo /Applications/Docker.app install --accept-license
open /Applications/Docker.app
sudo docker login -u akhilrana -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker build -t akhilrana/telegramarr:latest-arm64 .
sudo docker push akhilrana/telegramarr:latest-arm-64

0 comments on commit f1671bb

Please sign in to comment.