We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee69da1 + 48a7f60 commit ca16f30Copy full SHA for ca16f30
2 files changed
.github/workflows/cd.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: docker/build-push-action@v6
39
with:
40
context: .
41
- dockerfile: "agent/Dockerfile"
+ file: "agent/Dockerfile"
42
push: true
43
tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
agent/.env.development
@@ -2,4 +2,4 @@ AGENT_WALLET_KEY=secret-wallet-key
2
ROOT_P256_SEED=e5f18b10cd15cdb76818bc6ae8b71eb475e6eac76875ed085d3962hgytbcf42f
3
DCS_P256_SEED=e5f18b10aaa5cdb76818bc6ae8b71eb475e6eac76875ed085d3962hgytbcf42e
4
ANTHROPIC_API_KEY=
5
-AGENT_HOST=http://localhost:3001/
+AGENT_HOST=http://localhost:3001
0 commit comments