Merge 切换镜像发布任务到 Pod 后端
This commit was merged in pull request #53.
This commit is contained in:
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
publish-images:
|
||||
name: publish-controller
|
||||
runs-on: [self-hosted, vm]
|
||||
runs-on: [self-hosted, pod]
|
||||
timeout-minutes: 45
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
publish-images:
|
||||
name: publish-runner
|
||||
runs-on: [self-hosted, vm]
|
||||
runs-on: [self-hosted, pod]
|
||||
timeout-minutes: 45
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user