fix: 更新工作流运行器名称为ubuntu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user