mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-04 22:25:34 +08:00
solve
This commit is contained in:
parent
98a3d3ebd1
commit
13d5ab4098
1
.github/workflows/build_new.yml
vendored
1
.github/workflows/build_new.yml
vendored
@ -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: >
|
||||
[
|
||||
|
||||
2
.github/workflows/template_test.yml
vendored
2
.github/workflows/template_test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user