kubectl-ai
kubectl-ai copied to clipboard
feat: ghcr publish workflow
Github action to publish kubectl-ai image to GHCR, part of #264.
Testing locally using act
- In the docker/build-push-action step, set push: false
- (Optional) Add load: true in the same step to load the built image into your local Docker daemon for inspection
- Run the following command
act -j build-and-publish
@ShubyM can you update the description with the details on how you tested it locally ?