Skip to content

Commit b1c06d6

Browse files
Fix ghcr.io image name to use github.repository
IMAGE_NAME was hardcoded as coderag/coderag which doesn't exist as a ghcr.io namespace. Use github.repository (maciek-O-digiaidev/CodeRAG) so the push matches the repo owner's package namespace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e442ea8 commit b1c06d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
REGISTRY: ghcr.io
17-
IMAGE_NAME: coderag/coderag
17+
IMAGE_NAME: ${{ github.repository }}
1818

1919
permissions:
2020
contents: read

0 commit comments

Comments
 (0)