Adds a workflow to build a docker image that can be directly used to speed up execution of the action. (Closes #9)
Makes the AWS credentials and region inputs optional to enable using configuration present on the environment. (Closes #7)
Adds an action output that captures the output of kubectl.
To push the docker container images from the workflow using the github actions GITHUB_TOKEN I followed the process described in the github actions documentation to setup the correct permissions. I did have to create the package repository by pushing an initial image using my PAT.
This PR addresses a few issues with this action:
kubectl
.To push the docker container images from the workflow using the github actions
GITHUB_TOKEN
I followed the process described in the github actions documentation to setup the correct permissions. I did have to create the package repository by pushing an initial image using my PAT.