fix: 更新工作流运行器名称为ubuntu
Docker Build / Build and Push Docker Image (push) Failing after 4s
Docker Build / Deploy to Server (push) Has been skipped

This commit is contained in:
Trae AI
2026-08-08 18:45:30 +08:00
parent 268fd514e1
commit 45878abe38
+2 -2
View File
@@ -11,7 +11,7 @@ on:
jobs:
build-and-push:
name: Build and Push Docker Image
runs-on: act-runner-4c6g
runs-on: ubuntu
env:
RUNNER_TOOL_CACHE: /toolcache
@@ -56,7 +56,7 @@ jobs:
deploy:
name: Deploy to Server
runs-on: act-runner-4c6g
runs-on: ubuntu
needs: build-and-push
env:
RUNNER_TOOL_CACHE: /toolcache