Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 17, 2024
1 parent 19c707a commit 8b55dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Pull Watchtower Docker Image
run: docker pull containrrr/watchtower:latest
run: docker pull --platform=linux/arm64 containrrr/watchtower:latest
- name: Save Watchtower Image as Tar File
run: docker save containrrr/watchtower:latest -o ./watchtower.tar
- name: Get Release Info
Expand Down

0 comments on commit 8b55dcb

Please sign in to comment.