更新 .gitea/workflows/push.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user