Compare commits

..
Author SHA1 Message Date
panxiao81 84aa607c86 fix(ci): preserve published image job identity
test / python (pull_request) Successful in 1m27s
test / shell (pull_request) Successful in 34s
test / go (pull_request) Successful in 2m59s
2026-09-21 17:36:53 +00:00
panxiao81 57524be30f Merge controller 与 runner 镜像发布拆分
test / go (push) Successful in 2m55s
test / shell (push) Successful in 30s
test / python (push) Successful in 57s
publish controller image / publish-controller (push) Failing after 14m2s
2026-09-21 17:19:44 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
publish-controller: publish-images:
name: publish-controller name: publish-controller
runs-on: [self-hosted, vm] runs-on: [self-hosted, vm]
timeout-minutes: 45 timeout-minutes: 45
+1 -1
View File
@@ -5,7 +5,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
publish-runner: publish-images:
name: publish-runner name: publish-runner
runs-on: [self-hosted, vm] runs-on: [self-hosted, vm]
timeout-minutes: 45 timeout-minutes: 45