mirror of
https://github.com/Tencent/WeKnora.git
synced 2025-11-25 11:29:31 +08:00
chore: 移除构建镜像前的版本信息准备步骤
This commit is contained in:
13
.github/workflows/docker-image.yml
vendored
13
.github/workflows/docker-image.yml
vendored
@@ -32,13 +32,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ secrets.DOCKERHUB_USERNAME }}/weknora-ui
|
images: ${{ secrets.DOCKERHUB_USERNAME }}/weknora-ui
|
||||||
|
|
||||||
- name: Prepare version info
|
|
||||||
id: version
|
|
||||||
run: |
|
|
||||||
# 使用统一的版本管理脚本
|
|
||||||
eval "$(./scripts/get_version.sh env)"
|
|
||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Build ui Image
|
- name: Build ui Image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -72,12 +65,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ secrets.DOCKERHUB_USERNAME }}/weknora-docreader
|
images: ${{ secrets.DOCKERHUB_USERNAME }}/weknora-docreader
|
||||||
|
|
||||||
- name: Prepare version info
|
|
||||||
id: version
|
|
||||||
run: |
|
|
||||||
eval "$(./scripts/get_version.sh env)"
|
|
||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Build docreader Image
|
- name: Build docreader Image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user