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:31:31 -03:00
parent dc14833bdc
commit 7e329c5db2
2 changed files with 1 additions and 3 deletions

View file

@ -42,8 +42,6 @@ jobs:
with: with:
images: ${{ steps.base_image_name.outputs.image_name }} images: ${{ steps.base_image_name.outputs.image_name }}
tags: | tags: |
type=ref,event=branch
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={{raw}} type=semver,pattern={{raw}}

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.3", "version": "v2.0.0-rc.4",
"type": "module", "type": "module",
"bin": { "bin": {
"codex.docs": "dist/backend/app.js" "codex.docs": "dist/backend/app.js"