Procházet zdrojové kódy

Test updating version with all images

0xThresh.eth před 8 měsíci
rodič
revize
b1355e16bc
2 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 0 2
      .github/workflows/docker-build.yaml
  2. 1 1
      package.json

+ 0 - 2
.github/workflows/docker-build.yaml

@@ -67,8 +67,6 @@ jobs:
         uses: docker/metadata-action@v5
         uses: docker/metadata-action@v5
         with:
         with:
           images: ${{ env.FULL_IMAGE_NAME }}
           images: ${{ env.FULL_IMAGE_NAME }}
-          # While 'raw' should work below, I'm worried about collisions and wonder if there isn't a better way to handle this
-          # https://github.com/docker/metadata-action?tab=readme-ov-file#typeraw
           tags: |
           tags: |
             type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
             type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
             type=raw,value=${{ steps.get_version.outputs.version }},enable=${{ github.ref == 'refs/heads/main' }}
             type=raw,value=${{ steps.get_version.outputs.version }},enable=${{ github.ref == 'refs/heads/main' }}

+ 1 - 1
package.json

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