2.6.2:重构Docker运行架构;新增上传时目录自动建议功能

This commit is contained in:
MarSeventh
2026-03-04 12:33:11 +08:00
parent 26c427a81f
commit 0cca754c89
4 changed files with 161 additions and 1 deletions
+5 -1
View File
@@ -18,6 +18,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Read version from package.json
id: version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
@@ -38,7 +42,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=raw,value=${{ steps.version.outputs.VERSION }}
type=raw,value=latest
- name: Build and push Docker image