mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 08:53:46 +08:00
add container_name
This commit is contained in:
parent
2075536a66
commit
ad8ab8ee8c
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