Skip to content

Commit 2211208

Browse files
committed
Update Dockerfile with new image name
Signed-off-by: Gerald Venzl <[email protected]>
1 parent 35e522a commit 2211208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build image
3636
run: |
3737
cd src/oracle-db-doc-mcp-server/
38-
buildah bud -f Dockerfile -t oracle-doc:latest-${{ steps.os_arch.outputs.OS_ARCH }} .
38+
buildah bud -f Dockerfile -t oracle-db-doc:latest-${{ steps.os_arch.outputs.OS_ARCH }} .
3939
4040
- name: 🔓 Login to GHCR registry
4141
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)