mirror of
https://git.bjxgj.com/xgj/xgj-actions.git
synced 2025-10-14 17:13:38 +08:00
chore: 更新 Web 项目发布构建的 GitHub Action,简化 Docker 相关配置,移除不必要的输入参数和步骤,优化描述信息以提高可读性。
This commit is contained in:
@@ -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' }}
|
||||
|
Reference in New Issue
Block a user