We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b0fb1 commit ed9d6ccCopy full SHA for ed9d6cc
.github/workflows/build-agent.yaml
@@ -50,4 +50,5 @@ jobs:
50
51
- name: Build and Push
52
run: |
53
- uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:${{ github.sha }} --no-import --multi-platform
+ 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