1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00

fix pipeline and update version

This commit is contained in:
Nikita Melnikov 2022-11-07 09:25:08 -03:00
parent 939594f079
commit dc14833bdc
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
type=ref,event=pr type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }} type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
type=semver,pattern=v{{raw}} type=semver,pattern={{raw}}
type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}}.{{minor}}
- name: Build and push image - name: Build and push image

View file

@ -1,7 +1,7 @@
{ {
"name": "codex.docs", "name": "codex.docs",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "v2.0.0-rc.2", "version": "v2.0.0-rc.3",
"type": "module", "type": "module",
"bin": { "bin": {
"codex.docs": "dist/backend/app.js" "codex.docs": "dist/backend/app.js"