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 0bd82e0 commit b14fa89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Build and push ARM64 Docker image
run: |
brew install colima
brew install docker
colima start
sudo docker login -u akhilrana -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker build -t akhilrana/telegramarr:latest-arm64 .
Expand Down

0 comments on commit b14fa89

Please sign in to comment.