Publish v1.26

This commit is contained in:
tigerenwork 2026-08-15 15:34:38 +08:00
parent bb642b29f2
commit d29639a9c5
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.25 \
-t 192.168.2.212:3000/tigeren/metube:1.25 \
--build-arg VERSION=1.26 \
-t 192.168.2.212:3000/tigeren/metube:1.26 \
--push .
```