Skip to content

Commit d89deb7

Browse files
committed
ci(workflows): update docker image registry path in publish workflow
- Update image registry path from `ghcr.io/kodermax` to `ghcr.io/kodermax/kubectl-aws-eks` - Ensures published images are correctly namespaced under the kubectl-aws-eks repository - Aligns with organization namespace structure for consistent image organization
1 parent 5fdba9c commit d89deb7

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/kodermax
37+
images: ghcr.io/kodermax/kubectl-aws-eks
3838
tags: |
3939
type=ref,event=branch
4040
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)