tedivm/Quick ECR Push

Push containers to ECR easily.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws_account_idThe account ID of the container registry.yes
aws_role_to_assumeName of the role to assume.yesgithub-actions-${{ github.event.repository.name }}
aws_regionThe region the container registry is hosted in.yes
platformsThe platforms to build images for, comma-separated. Valid options are linux/amd64 and linux/arm64.yeslinux/amd64,linux/arm64
dockerfileThe path to the dockerfile, if not in the root of the repository.yesDockerfile
contextThe path to the docker context, if not the root of the repository.yes.
sshSSH configuration, if neededno
secretsA list of secrets to be passed through to the docker build, if needed (eg `key=string`).no
ecr_repo_nameAn ECR repository name. Defaults to the name of the Github repository.no${{ github.event.repository.name }}

no outputs