Skip to content

Commit 256342d

Browse files
committed
Right name
1 parent 23ff4a6 commit 256342d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: meta
3232
uses: docker/metadata-action@v5
3333
with:
34-
images: ghcr.io/${{ vars.ORG_NAME }}/morphik-core
34+
images: ghcr.io/${{ github.repository_owner }}/morphik-core
3535
tags: |
3636
type=ref,event=pr
3737
type=sha,prefix=pr-{{branch}}-

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: meta
5050
uses: docker/metadata-action@v5
5151
with:
52-
images: ghcr.io/${{ vars.ORG_NAME }}/morphik-core
52+
images: ghcr.io/${{ github.repository_owner }}/morphik-core
5353
tags: |
5454
type=ref,event=branch
5555
type=sha,prefix={{branch}}-

0 commit comments

Comments
 (0)