Skip to content

Commit ed9d6cc

Browse files
committed
fix: test build
1 parent d5b0fb1 commit ed9d6cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-agent.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ jobs:
5050

5151
- name: Build and Push
5252
run: |
53-
uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:${{ github.sha }} --no-import --multi-platform
53+
uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:latest --no-import --multi-platform
54+
docker push ghcr.io/${{ github.repository }}/my-agent:latest

0 commit comments

Comments
 (0)