From 297f9ffd54c487bc44414a621f9a8baf496c45b8 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 13 Apr 2026 20:56:16 +0100 Subject: [PATCH] Fix CI pipeline --- .github/workflows/release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec5fd31d..71e2c88b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,14 +58,14 @@ jobs: strategy: matrix: container: - - trustgraph-base - - trustgraph-flow - - trustgraph-bedrock - - trustgraph-vertexai - - trustgraph-hf - - trustgraph-ocr - - trustgraph-unstructured - - trustgraph-mcp + - base + - flow + - bedrock + - vertexai + - hf + - ocr + - unstructured + - mcp steps: