diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index fae28e3..4bfe812 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -70,6 +70,7 @@ jobs: with: projectName: aimingmed-ai image_repo: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]') + testContainerName: tests-aimingmedai # Pass test environment variables as JSON string testEnvs: > [ diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index 79903e8..f92c083 100644 --- a/.github/workflows/template_test.yml +++ b/.github/workflows/template_test.yml @@ -97,7 +97,7 @@ jobs: foreach ($img in $images) { $serviceName = $img.name $svc = @{} - $svc.image = "${{ env.IMAGE_REPO }}/$($serviceName):${{ env.TAG }}" # Use run_id tag + $svc.image = "$env:IMAGE_REPO/$($serviceName):${{ env.TAG }}" # Use run_id tag if ($img.depends_on) { $svc.depends_on = $img.depends_on