更新 .gitea/workflows/push.yml
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 11s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
2025-03-06 15:28:33 +08:00
parent 327af79bc6
commit b06aa92715

View File

@@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build Docker Image
runs-on: docker-cli
runs-on: ubuntu-latest
steps:
# ✅ 使用 Gitea 兼容的代码检出方式
- name: Checkout code
@@ -33,7 +33,7 @@ jobs:
deploy:
name: Deploy to Production
runs-on: docker-cli
runs-on: ubuntu-latest
needs: build
environment: production
steps: