We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd4560 commit 7234a54Copy full SHA for 7234a54
1 file changed
.github/workflows/build-and-push-tutorial-agent.yml
@@ -264,7 +264,7 @@ jobs:
264
docker logs "$CONTAINER_NAME" 2>&1 || true
265
266
# Check for successful ACP initialization in logs
267
- if docker logs "$CONTAINER_NAME" 2>&1 | grep -q "ACP.*instance"; then
+ if docker logs "$CONTAINER_NAME" 2>&1 | grep -q "instance created "; then
268
echo "✅ Container initialized ACP successfully"
269
else
270
echo "⚠️ Could not verify ACP initialization from logs"
0 commit comments