From d11fcabaedc15eecb4346949c054002f60816545 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Mon, 13 Apr 2026 20:57:09 +0100 Subject: [PATCH] Fix CI pipeline (#799) Matrix labels are wrong, fix them --- .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: