Skip to content

Commit c34202b

Browse files
committed
fix: use lowercase ghcr image name
1 parent 9b9f1f0 commit c34202b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
packages: write
1212

1313
env:
14-
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/agentmemory-setup
14+
IMAGE_NAME: ghcr.io/randomcodespace/agentmemory-setup
1515

1616
jobs:
1717
publish:

0 commit comments

Comments
 (0)