Skip to content

Commit 55d6079

Browse files
authored
Merge pull request #134 from pdettori/fix/build-all-images
fix: build all agents/tools and add latest tag
2 parents d6c567a + 760cd91 commit 55d6079

1 file changed

Lines changed: 30 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,42 @@ jobs:
2525
path: ./a2a
2626
- name: a2a_currency_converter
2727
path: ./a2a
28-
- name: slack_researcher
28+
- name: file_organizer
2929
path: ./a2a
30-
- name: weather_service
30+
- name: generic_agent
31+
path: ./a2a
32+
- name: git_issue_agent
33+
path: ./a2a
34+
- name: image_service
3135
path: ./a2a
3236
- name: reservation_service
3337
path: ./a2a
34-
- name: weather_tool
38+
- name: simple_generalist
39+
path: ./a2a
40+
- name: slack_researcher
41+
path: ./a2a
42+
- name: weather_service
43+
path: ./a2a
44+
- name: appworld_apis
3545
path: ./mcp
36-
- name: slack_tool
46+
- name: cloud_storage_tool
47+
path: ./mcp
48+
- name: flight_tool
49+
path: ./mcp
50+
- name: github_tool
51+
path: ./mcp
52+
- name: image_tool
53+
path: ./mcp
54+
- name: movie_tool
3755
path: ./mcp
3856
- name: reservation_tool
3957
path: ./mcp
58+
- name: shopping_tool
59+
path: ./mcp
60+
- name: slack_tool
61+
path: ./mcp
62+
- name: weather_tool
63+
path: ./mcp
4064

4165
steps:
4266
- name: Checkout repository
@@ -63,6 +87,8 @@ jobs:
6387
tags: |
6488
# extract tag from git ref, e.g., v1.0.0 -> 1.0.0
6589
type=ref,event=tag
90+
# also tag as latest on tag push
91+
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
6692
6793
- name: Build and push ${{ matrix.image_config.name }}
6894
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)