ci: replace docker image build runner with aks dind container (#4361)

This commit is contained in:
majinghe
2026-07-07 16:01:19 +08:00
committed by GitHub
parent 88645c9169
commit 796fbb47da
+1 -1
View File
@@ -263,7 +263,7 @@ jobs:
name: Build Docker Images
needs: build-check
if: needs.build-check.outputs.should_build == 'true'
runs-on: ubicloud-standard-2
runs-on: dind-sm-standard-2
timeout-minutes: 60
strategy:
fail-fast: false