From 8747634b38335fd523f94d606cd0ae7369110da1 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sat, 6 Sep 2025 01:19:50 +0800 Subject: [PATCH] build: prebuild webui in docker --- .github/workflows/push_image_next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image_next.yml b/.github/workflows/push_image_next.yml index 66d1925a..e5267fae 100644 --- a/.github/workflows/push_image_next.yml +++ b/.github/workflows/push_image_next.yml @@ -40,8 +40,8 @@ jobs: retention-days: 1 build-and-push: + needs: prepare-ui runs-on: ubuntu-latest - steps: - name: Checkout code uses: actions/checkout@v4