Skip to content

Commit 1ac2483

Browse files
committed
README fix
1 parent 1a1e428 commit 1ac2483

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo

1 file changed

+1
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT=<...>
4040
TAG=0.x.y
4141

4242
# Update GIT_REF to a commit SHA to force rebuilding if the branch is updated
43-
docker build --build-arg GIT_REF=vertex-langgraph . -t us-central1-docker.pkg.dev/{$PROJECT}/oci/langgraph-chatbot-demo:${TAG}
43+
docker build --build-arg GIT_REF=vertex-langgraph . -t us-central1-docker.pkg.dev/${PROJECT}/oci/langgraph-chatbot-demo:${TAG}
4444
```
4545

4646
### App Engine

0 commit comments

Comments
 (0)