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: jobs:
build-and-push: build-and-push:
name: Build and Push Docker Image name: Build and Push Docker Image
runs-on: act-runner-4c6g runs-on: ubuntu
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
@@ -56,7 +56,7 @@ jobs:
deploy: deploy:
name: Deploy to Server name: Deploy to Server
runs-on: act-runner-4c6g runs-on: ubuntu
needs: build-and-push needs: build-and-push
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache