We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6607c commit ff9ec32Copy full SHA for ff9ec32
1 file changed
.github/workflows/build-agent.yaml
@@ -47,5 +47,5 @@ jobs:
47
48
- name: Build and Push
49
run: |
50
- uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:latest --multi-platform --no-import
+ uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:latest --no-import
51
docker push ghcr.io/${{ github.repository }}/my-agent:latest
0 commit comments