Skip to content

Commit db686d4

Browse files
committed
Fix linting issues, update image build
Signed-off-by: Gerald Venzl <[email protected]>
1 parent a93270e commit db686d4

File tree

2 files changed

+155
-76
lines changed

2 files changed

+155
-76
lines changed

.github/workflows/build-doc-mcp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🛠️ Build an image
1+
name: 🛠️ Build Docker image for Oracle Database Documentation MCP Server
22
on:
33
push:
44
paths:
@@ -48,7 +48,7 @@ jobs:
4848
uses: redhat-actions/push-to-registry@v2
4949
with:
5050
registry: ghcr.io/gvenzl/mcp
51-
image: oracle-doc
51+
image: oracle-db-doc
5252
tags: latest-${{ steps.os_arch.outputs.OS_ARCH }}
5353

5454
upload-multi-arch:

0 commit comments

Comments
 (0)