Update docker-build.yaml

Update package.json
This commit is contained in:
karl
2025-06-12 10:38:50 +08:00
parent 6bcab2362f
commit 00a2100510
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ on:
# branches:
# - main
# - dev
# tags:
# - v*
tags:
- v*
env:
REGISTRY: ghcr.io

View File

@@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.6.14",
"version": "0.6.14b",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",