Publish v1.30

This commit is contained in:
tigerenwork 2026-08-16 18:47:33 +08:00
parent 96fbd6d13e
commit 2ca9e0a975
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ guide to switching back to the official build once the upstream fix lands.
./build-ytdlp.sh
docker buildx build --platform linux/amd64 \
--build-arg VERSION=1.29 \
-t 192.168.2.212:3000/tigeren/metube:1.29 \
--build-arg VERSION=1.30 \
-t 192.168.2.212:3000/tigeren/metube:1.30 \
--push .
```