Skip to content

Commit 5fdba9c

Browse files
committed
ci(workflows): update docker image registry to use organization namespace
- Change image registry from repository-based path to organization namespace - Update ghcr.io image reference from `ghcr.io/${{ github.repository }}` to `ghcr.io/kodermax` - Simplifies image naming and aligns with organization publishing standards
1 parent 238d7c9 commit 5fdba9c

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
@@ -34,7 +34,7 @@ jobs:
3434
id: meta
3535
uses: docker/metadata-action@v5
3636
with:
37-
images: ghcr.io/${{ github.repository }}
37+
images: ghcr.io/kodermax
3838
tags: |
3939
type=ref,event=branch
4040
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)