chore: 更新 Web 项目发布构建的 GitHub Action,简化 Docker 相关配置,移除不必要的输入参数和步骤,优化描述信息以提高可读性。

This commit is contained in:
Lyda
2025-08-20 17:26:15 +08:00
parent 3144b5c203
commit 6f61b95795
6 changed files with 7 additions and 265 deletions

View File

@@ -58,9 +58,6 @@ jobs:
uses: actions/xgj/release-web@main
with:
gitea-token: ${{ secrets.GITEA_TOKEN }}
docker-tags: |
env-example
${{ github.ref_name }}
env:
# 🎯 根据分支设置不同的环境变量
APP_ENV: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}