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 50e203b commit 0c4f643
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 @@ -14,7 +14,7 @@ jobs:
- name: Build and push ARM64 Docker image
run: |
brew install docker
open /Applications/Docker.app
colima start
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 0c4f643

Please sign in to comment.