mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 08:13:20 +08:00
add container_name
This commit is contained in:
parent
2075536a66
commit
ad8ab8ee8c
7
.github/workflows/template_test.yml
vendored
7
.github/workflows/template_test.yml
vendored
@ -95,9 +95,10 @@ jobs:
|
|||||||
|
|
||||||
# Generate services Section Based on Images inputs
|
# Generate services Section Based on Images inputs
|
||||||
foreach ($img in $images) {
|
foreach ($img in $images) {
|
||||||
$serviceName = $img.name
|
$serviceName = $img.name
|
||||||
$svc = @{}
|
$svc = @{}
|
||||||
$svc.image = "${{ steps.tags.outputs.image_repo_path }}/$($serviceName):${{ env.TAG }}" # Use run_id tag
|
$svc.container_name = $serviceName
|
||||||
|
$svc.image = "${{ steps.tags.outputs.image_repo_path }}/$($serviceName):${{ env.TAG }}" # Use run_id tag
|
||||||
|
|
||||||
if ($img.depends_on) {
|
if ($img.depends_on) {
|
||||||
$svc.depends_on = $img.depends_on
|
$svc.depends_on = $img.depends_on
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user