Skip to content

Commit 1e9fb12

Browse files
authored
Merge branch 'dockerImage' into dockerImage
2 parents e24669b + dd0fb4f commit 1e9fb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: micbun/postgres-mcp
11+
IMAGE_NAME: trufnetwork/postgres-mcp
1212

1313
jobs:
1414
build-and-publish:
@@ -40,7 +40,7 @@ jobs:
4040
id: meta
4141
uses: docker/metadata-action@v5
4242
with:
43-
images: ghcr.io/micbun/postgres-mcp
43+
images: ghcr.io/trufnetwork/postgres-mcp
4444
tags: |
4545
type=ref,event=branch
4646
type=ref,event=tag

0 commit comments

Comments
 (0)