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"