Skip to content

Commit d5b0fb1

Browse files
committed
fix: build
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent 66eb829 commit d5b0fb1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-agent.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ 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
54-
docker push ghcr.io/${{ github.repository }}/my-agent:${{ github.sha }}
53+
uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:${{ github.sha }} --no-import --multi-platform

0 commit comments

Comments
 (0)