Skip to content

Commit 4da42dd

Browse files
Mazyodclaude
andcommitted
ci: fix server image publish to use repo-scoped package name
Use ${{ github.repository }}/server as the GHCR image name so the GITHUB_TOKEN has write access. The previous hardcoded name pointed at the archived repo's package namespace. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8c87ea1 commit 4da42dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-server-image.yml

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

99
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: mazyod/phoenix-integration-tester
11+
IMAGE_NAME: ${{ github.repository }}/server
1212

1313
jobs:
1414
publish:

0 commit comments

Comments
 (0)