From b1355e16bc42ae497ebec3d47499143848c33d03 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sun, 25 Aug 2024 15:33:08 -0600 Subject: [PATCH] Test updating version with all images --- .github/workflows/docker-build.yaml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index ad5e721e3..0c9390314 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -67,8 +67,6 @@ jobs: uses: docker/metadata-action@v5 with: 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: | type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} type=raw,value=${{ steps.get_version.outputs.version }},enable=${{ github.ref == 'refs/heads/main' }} diff --git a/package.json b/package.json index 175830ef3..0214d613f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.3.16", + "version": "0.3.17", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host",