From c9d6a78ae99203a61b222c40e54e2e88e9db5fcf Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 26 Dec 2025 20:48:34 +0000 Subject: [PATCH] fix: update build workflow to use correct image name Build image as gitea.ext.ben.io/b3nw/komodo-mcp:latest to match docker-compose.yml configuration. This ensures the stack pulls the correct image built by CI/CD. --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 721424b..53114cd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,4 +27,4 @@ jobs: with: context: . push: true - tags: gitea.ext.ben.io/${{ gitea.repository }}:latest + tags: gitea.ext.ben.io/b3nw/komodo-mcp:latest