Skip to content

Commit b16d7b6

Browse files
committed
ci(action): update docker image registry to use kodermax namespace
- Update docker image reference in action.yml to use kodermax organization namespace - Change image path from ghcr.io/your-username/kubectl-aws-eks to ghcr.io/kodermax/kubectl-aws-eks - Ensures action uses correct published image from organization registry
1 parent d89deb7 commit b16d7b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ inputs:
1313

1414
runs:
1515
using: 'docker'
16-
image: 'docker://ghcr.io/your-username/kubectl-aws-eks:latest'
16+
image: 'docker://ghcr.io/kodermax/kubectl-aws-eks:latest'
1717
args:
1818
- ${{ inputs.args }}

0 commit comments

Comments
 (0)