切换镜像发布任务到 Pod 后端 #53

Merged
panxiao81 merged 1 commits from ci/publish-on-pod into main 2026-09-24 07:45:01 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0571e64b1a - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ on:
jobs: jobs:
publish-images: publish-images:
name: publish-controller name: publish-controller
runs-on: [self-hosted, vm] runs-on: [self-hosted, pod]
timeout-minutes: 45 timeout-minutes: 45
permissions: permissions:
contents: read contents: read
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs: jobs:
publish-images: publish-images:
name: publish-runner name: publish-runner
runs-on: [self-hosted, vm] runs-on: [self-hosted, pod]
timeout-minutes: 45 timeout-minutes: 45
permissions: permissions:
contents: read contents: read