File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ def test_build_and_run(
163
163
name = target_manager_container_name ,
164
164
publish_all_ports = True ,
165
165
network = custom_bridge_network .name ,
166
+ version = target_manager_tag ,
166
167
)
167
168
vws_container = client .containers .run ( # pyright: ignore[reportUnknownMemberType]
168
169
image = vws_image ,
@@ -173,6 +174,7 @@ def test_build_and_run(
173
174
environment = {
174
175
"TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
175
176
},
177
+ version = vws_tag ,
176
178
)
177
179
vwq_container = client .containers .run ( # pyright: ignore[reportUnknownMemberType]
178
180
image = vwq_image ,
@@ -183,6 +185,7 @@ def test_build_and_run(
183
185
environment = {
184
186
"TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
185
187
},
188
+ version = vwq_tag ,
186
189
)
187
190
188
191
for container in (target_manager_container , vws_container , vwq_container ):
You can’t perform that action at this time.
0 commit comments