mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
container_name added
This commit is contained in:
parent
568c9c52c2
commit
8342b33dae
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
||||
projectName: aimingmed-ai
|
||||
image_repo: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')
|
||||
testContainerName: tests-aimingmedai
|
||||
# Todos: This part is not working the testEnvs is not being taken up corrrectly by Run Tests
|
||||
# Pass test environment variables as JSON string
|
||||
testEnvs: >
|
||||
'[
|
||||
@ -79,6 +80,7 @@ jobs:
|
||||
"ENVIRONMENT=dev",
|
||||
"TESTING=1",
|
||||
]'
|
||||
# Todos: This part is not working the testEnvs is not being taken up corrrectly by Run Tests
|
||||
# Pass test directories as JSON string
|
||||
tests: >
|
||||
'[
|
||||
|
||||
1
.github/workflows/template_test.yml
vendored
1
.github/workflows/template_test.yml
vendored
@ -97,6 +97,7 @@ jobs:
|
||||
foreach ($img in $images) {
|
||||
$serviceName = $img.name
|
||||
$svc = @{}
|
||||
$svc.container_name = $serviceName
|
||||
$svc.image = "${{ steps.tags.outputs.image_repo_path }}/$($serviceName):${{ env.TAG }}" # Use run_id tag
|
||||
|
||||
if ($img.depends_on) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user