actions-marketplace-validations/AWS ECR EKS

Create Docker image from code and push the resulting image to ECR, then to EKS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
access_key_idThe AWS access key idyes
secret_access_keyThe AWS secret access keyyes
account_idAWS Account IDyes
repoName of your ECR repositoryyes
regionThe AWS regionyes
eks_cluster_namethe name of the eks cluster to which this image should be pushedyes
tagsComma-separated string of ECR image tagslatest
build_argscomma separated key-value pairs of build arguments to be passed to the docker buildno
dockerfileName of Dockerfile to useDockerfile
pathPath to Dockerfile, defaults to the working directory.
k8s_manifestmanifest containing IMAGE_TAG placeholder to apply to the clusteryes
k8s_image_tagthe tag for hte k8s manifest to use when it references the repo.yes
namedescription
imageThe created image name