Merge pull request #44 from aimingmed/feature/backend-frontend-structure

update env
This commit is contained in:
Hong Kai LEE 2025-04-15 15:01:07 +08:00 committed by GitHub
commit 9da5b000df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,8 @@ jobs:
# Pass inputs required by the reusable workflow # Pass inputs required by the reusable workflow
with: with:
# Pass values from the matrix context and global env # Pass values from the matrix context and global env
project_name: ${{ env.PROJECT_NAME }} project_name: aimingmed-ai
repo: ${{ env.REPO }} repo: https://github.com/aimingmed
image_name: ${{ matrix.image_config.IMAGE_NAME }} image_name: ${{ matrix.image_config.IMAGE_NAME }}
build_context: ${{ matrix.image_config.BUILD_CONTEXT }} build_context: ${{ matrix.image_config.BUILD_CONTEXT }}
dockerfile: ${{ matrix.image_config.DOCKERFILE }} dockerfile: ${{ matrix.image_config.DOCKERFILE }}