From 24fd6c827861dfc4d9533e33dfea65615f937337 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 2 Mar 2026 18:47:45 -0800 Subject: [PATCH] CI: use Blacksmith docker builder in sandbox smoke --- .github/workflows/sandbox-common-smoke.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sandbox-common-smoke.yml b/.github/workflows/sandbox-common-smoke.yml index 26c0dcc10..13688bd0f 100644 --- a/.github/workflows/sandbox-common-smoke.yml +++ b/.github/workflows/sandbox-common-smoke.yml @@ -26,6 +26,9 @@ jobs: with: submodules: false + - name: Set up Docker Builder + uses: useblacksmith/setup-docker-builder@v1 + - name: Build minimal sandbox base (USER sandbox) shell: bash run: |