Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 authored Aug 4, 2024
1 parent 81b72bb commit 5e6f2aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "v*"
# tags:
# - "v*"
branches:
- "feat/*"

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: build lock
run: |
cd ./src/backend
pip install bisheng_langchain==$RELEASE_VERSION
# pip install bisheng_langchain==$RELEASE_VERSION
poetry lock
# 安装 nltk
pip install nltk
Expand All @@ -120,7 +120,7 @@ jobs:
# 生成两个 docker tag: ${APP_VERSION} 和 latest
tags: |
${{ env.DOCKERHUB_REPO }}bisheng-backend:latest
${{ env.DOCKERHUB_REPO }}bisheng-backend:${{ steps.get_version.outputs.VERSION }}
# ${{ env.DOCKERHUB_REPO }}bisheng-backend:${{ steps.get_version.outputs.VERSION }}
# 构建 Docker frontend 并推送到 Docker hub
- name: Build frontend and push
id: docker_build_frontend
Expand All @@ -138,7 +138,7 @@ jobs:
# 生成两个 docker tag: ${APP_VERSION} 和 latest
tags: |
${{ env.DOCKERHUB_REPO }}bisheng-frontend:latest
${{ env.DOCKERHUB_REPO }}bisheng-frontend:${{ steps.get_version.outputs.VERSION }}
# ${{ env.DOCKERHUB_REPO }}bisheng-frontend:${{ steps.get_version.outputs.VERSION }}
- name: Process git message
id: process_message
Expand Down

0 comments on commit 5e6f2aa

Please sign in to comment.