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.
1 parent 1a1e428 commit 1ac2483Copy full SHA for 1ac2483
instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/README.md
@@ -40,7 +40,7 @@ PROJECT=<...>
40
TAG=0.x.y
41
42
# 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}
+docker build --build-arg GIT_REF=vertex-langgraph . -t us-central1-docker.pkg.dev/${PROJECT}/oci/langgraph-chatbot-demo:${TAG}
44
```
45
46
### App Engine
0 commit comments