Publish v1.27

This commit is contained in:
tigerenwork 2026-08-15 22:22:48 +08:00
parent e1a2d93b7c
commit 3d2d53b307
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.26 \
-t 192.168.2.212:3000/tigeren/metube:1.26 \
--build-arg VERSION=1.27 \
-t 192.168.2.212:3000/tigeren/metube:1.27 \
--push .
```