From d9d3fa208c132c93307350f1f01a7784704f9988 Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:59:47 +0800 Subject: [PATCH] update --- .github/workflows/build_new.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 71f4e06..5ade565 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -50,8 +50,8 @@ jobs: # Pass inputs required by the reusable workflow with: # Pass values from the matrix context and global env - project_name: ${{ env.PROJECT_NAME }} - repo: ${{ env.REPO }} + project_name: aimingmed-ai + repo: https://github.com/aimingmed image_name: ${{ matrix.image_config.IMAGE_NAME }} build_context: ${{ matrix.image_config.BUILD_CONTEXT }} dockerfile: ${{ matrix.image_config.DOCKERFILE }}