|
43 | 43 | - ms-agent-python |
44 | 44 | - claude-sdk-typescript |
45 | 45 | - ms-agent-dotnet |
| 46 | + - ms-agent-harness-dotnet |
46 | 47 | - claude-sdk-python |
47 | 48 | - built-in-agent |
48 | 49 | - shell-dojo |
@@ -124,6 +125,8 @@ jobs: |
124 | 125 | - 'showcase/integrations/claude-sdk-typescript/**' |
125 | 126 | ms_agent_dotnet: |
126 | 127 | - 'showcase/integrations/ms-agent-dotnet/**' |
| 128 | + ms_agent_harness_dotnet: |
| 129 | + - 'showcase/integrations/ms-agent-harness-dotnet/**' |
127 | 130 | claude_sdk_python: |
128 | 131 | - 'showcase/integrations/claude-sdk-python/**' |
129 | 132 | built_in_agent: |
@@ -187,6 +190,7 @@ jobs: |
187 | 190 | {"dispatch_name":"ms-agent-python","filter_key":"ms_agent_python","context":"showcase/integrations/ms-agent-python","image":"showcase-ms-agent-python","railway_id":"655db75a-af8d-427d-a4f9-441570ae5003","timeout":15,"lfs":false,"build_args":"","dockerfile":"","health_path":"/api/health"}, |
188 | 191 | {"dispatch_name":"claude-sdk-typescript","filter_key":"claude_sdk_typescript","context":"showcase/integrations/claude-sdk-typescript","image":"showcase-claude-sdk-typescript","railway_id":"18a98727-5700-44aa-b497-b60795dbbd6a","timeout":15,"lfs":false,"build_args":"","dockerfile":"","health_path":"/api/health"}, |
189 | 192 | {"dispatch_name":"ms-agent-dotnet","filter_key":"ms_agent_dotnet","context":"showcase/integrations/ms-agent-dotnet","image":"showcase-ms-agent-dotnet","railway_id":"beeb2dd6-87a4-4599-aa07-0578f7bd6519","timeout":15,"lfs":false,"build_args":"","dockerfile":"","health_path":"/api/health"}, |
| 193 | + {"dispatch_name":"ms-agent-harness-dotnet","filter_key":"ms_agent_harness_dotnet","context":"showcase/integrations/ms-agent-harness-dotnet","image":"showcase-ms-agent-harness-dotnet","railway_id":"6343d7f9-6c3f-4c8d-9a6e-79f03d2f1e37","timeout":15,"lfs":false,"build_args":"","dockerfile":"","health_path":"/api/health"}, |
190 | 194 | {"dispatch_name":"claude-sdk-python","filter_key":"claude_sdk_python","context":"showcase/integrations/claude-sdk-python","image":"showcase-claude-sdk-python","railway_id":"b122ab65-9854-4cb2-a68e-b50ff13f7481","timeout":15,"lfs":false,"build_args":"","dockerfile":"","health_path":"/api/health"}, |
191 | 195 | {"dispatch_name":"built-in-agent","filter_key":"built_in_agent","context":"showcase/integrations/built-in-agent","image":"showcase-built-in-agent","railway_id":"f4f8371a-bc46-45b2-b6d4-9c9af608bdbf","timeout":15,"lfs":false,"build_args":"","dockerfile":"","health_path":"/api/health"}, |
192 | 196 | {"dispatch_name":"shell-dojo","filter_key":"shell_dojo","context":".","image":"showcase-shell-dojo","railway_id":"7ad1ece7-2228-49cd-8a78-bddf30322907","timeout":10,"lfs":false,"build_args":"","dockerfile":"showcase/shell-dojo/Dockerfile","health_path":"/"}, |
@@ -304,7 +308,7 @@ jobs: |
304 | 308 | uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1 |
305 | 309 |
|
306 | 310 | - name: Login to GHCR |
307 | | - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 |
| 311 | + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 |
308 | 312 | with: |
309 | 313 | registry: ghcr.io |
310 | 314 | username: ${{ github.actor }} |
@@ -397,7 +401,7 @@ jobs: |
397 | 401 | done |
398 | 402 |
|
399 | 403 | - name: Build and push |
400 | | - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1 |
| 404 | + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.18.0 |
401 | 405 | with: |
402 | 406 | project: m2kw2wmmcp |
403 | 407 | context: ${{ matrix.service.context }} |
|
0 commit comments