Skip to content

Commit ca16f30

Browse files
committed
Merge branch 'chore/update-to-06'
2 parents ee69da1 + 48a7f60 commit ca16f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/build-push-action@v6
3939
with:
4040
context: .
41-
dockerfile: "agent/Dockerfile"
41+
file: "agent/Dockerfile"
4242
push: true
4343
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}

agent/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ AGENT_WALLET_KEY=secret-wallet-key
22
ROOT_P256_SEED=e5f18b10cd15cdb76818bc6ae8b71eb475e6eac76875ed085d3962hgytbcf42f
33
DCS_P256_SEED=e5f18b10aaa5cdb76818bc6ae8b71eb475e6eac76875ed085d3962hgytbcf42e
44
ANTHROPIC_API_KEY=
5-
AGENT_HOST=http://localhost:3001/
5+
AGENT_HOST=http://localhost:3001

0 commit comments

Comments
 (0)