1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +02:00

fix pipeline

This commit is contained in:
Nikita Melnikov 2022-11-07 08:54:04 -03:00
parent 2aaa889236
commit ca58118a26
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"