diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c2011c..ecf2f80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: type=ref,event=branch type=ref,event=pr type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }} - type=semver,pattern=v{{version}} + type=semver,pattern=v{{raw}} type=semver,pattern=v{{major}}.{{minor}} - name: Build and push image diff --git a/package.json b/package.json index 29e51c1..1b968bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codex.docs", "license": "Apache-2.0", - "version": "v2.0.0-rc.1", + "version": "v2.0.0-rc.2", "type": "module", "bin": { "codex.docs": "dist/backend/app.js"