Skip to content

Commit

Permalink
Release: [icloudgo] v0.20.1 support multi platform docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Dec 25, 2023
1 parent 2e0d1c6 commit 7e28f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker run \
-e ICLOUD_FILE_STRUCTURE="id" \
-v /path/to/your/cookie:/icloud_cookie \
-v /path/to/your/photos:/icloud_photos \
ghcr.io/chyroc/icloud-photo-cli:0.20.0 download
ghcr.io/chyroc/icloud-photo-cli:0.20.1 download
```

### By Go
Expand Down Expand Up @@ -74,7 +74,7 @@ docker run \
-e ICLOUD_FILE=/icloud_photos/filepath \
-v /path/to/your/cookie:/icloud_cookie \
-v /path/to/your/photos:/icloud_photos \
ghcr.io/chyroc/icloud-photo-cli:0.20.0 upload
ghcr.io/chyroc/icloud-photo-cli:0.20.1 upload
```
### By Go
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
app:
image: ghcr.io/chyroc/icloud-photo-cli:0.20.0
image: ghcr.io/chyroc/icloud-photo-cli:0.20.1
environment:
- ICLOUD_USERNAME=your_icloud_username
- ICLOUD_PASSWORD=your_icloud_password
Expand Down

0 comments on commit 7e28f98

Please sign in to comment.