headout/ECR Image Syncer Action

Checks if the given image exists in ECR, and if not builds and pushes to ECR registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws-access-idAWS access IDyes
aws-secret-keyAWS Secret keyyes
aws-regionAWS Regionno""
aws-ecr-registryECR Registry IDno
image-repoRepository of Target imageyes
image-tagTag of Target imageyes
pre-build-commandBash command to run before docker buildno
dockerfilePath to Dockerfile to buildnoDockerfile
docker-build-argsArgs to use for docker buildno
image-cacheImage cache to use when buildingno
do-update-cacheWhether action should update the image cache after buildnofalse
cache-registryRegistry to use when updating the cacheno
cache-registry-usernameUsername to login docker to cache-registryno
cache-registry-passwordPassword to login docker to cache-registryno
namedescription
foundWhether given image was found in ECR (true/false)
registryAWS ECR registry used to push the image
imageFull name of image that is found/built