kubectl-ai icon indicating copy to clipboard operation
kubectl-ai copied to clipboard

feat: ghcr publish workflow

Open ShubyM opened this issue 6 months ago • 1 comments

Github action to publish kubectl-ai image to GHCR, part of #264.

Testing locally using act

  1. In the docker/build-push-action step, set push: false
  2. (Optional) Add load: true in the same step to load the built image into your local Docker daemon for inspection
  3. Run the following command
act -j build-and-publish

ShubyM avatar Jul 14 '25 23:07 ShubyM

@ShubyM can you update the description with the details on how you tested it locally ?

droot avatar Jul 15 '25 17:07 droot