From 7e329c5db282cb1752ef532f98fb5fab4998b73c Mon Sep 17 00:00:00 2001 From: Nikita Melnikov Date: Mon, 7 Nov 2022 09:31:31 -0300 Subject: [PATCH] fix pipeline and update version --- .github/workflows/build.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4743c61..9129930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,6 @@ jobs: with: images: ${{ steps.base_image_name.outputs.image_name }} tags: | - type=ref,event=branch - type=ref,event=pr type=raw,value=latest,enable={{is_default_branch}} type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }} type=semver,pattern={{raw}} diff --git a/package.json b/package.json index 98bfe5f..c9ff0c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codex.docs", "license": "Apache-2.0", - "version": "v2.0.0-rc.3", + "version": "v2.0.0-rc.4", "type": "module", "bin": { "codex.docs": "dist/backend/app.js"