This commit is contained in:
leehk 2025-04-16 16:59:00 +08:00
parent 773b8a9c56
commit 00bb8b64fc

View File

@ -50,7 +50,7 @@ jobs:
with:
# Pass values from the matrix context and global env
project_name: aimingmed-ai
image_repo: ghcr.io/${{ github.repository.toLowerCase() }}
image_repo: ghcr.io/${{ lower(github.repository) }}
image_name: ${{ matrix.image_config.IMAGE_NAME }}
build_context: ${{ matrix.image_config.BUILD_CONTEXT }}
dockerfile: ${{ matrix.image_config.DOCKERFILE }}