bitovi/Docker Build Tag Publish to ECR
Build, Tag, and Publish a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 6, 2024
- License
- MIT
Pinned Snippet
uses: bitovi/github-actions-docker-ecr-publish@bcaf3fb11bafbc6ae884516e92f870ac11a5ae68 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Checkout the repository | no | true |
| aws_login | Use action builtin login | no | true |
| aws_access_key_id | AWS access key ID | yes | — |
| aws_secret_access_key | AWS secret access key | yes | — |
| aws_session_token | AWS session token | no | — |
| aws_default_region | AWS default region | no | us-east-1 |
| aws_ecr_repo_name | AWS ECR repository name. e.g. hello-repository | yes | — |
| image_tag | Tag to override default Logic | no | "" |
| use_sha | Use the SHA for the tag. Overrides the default logic. | no | false |
| org_name | Docker org name. | no | "" |
| use_latest | Tag default branch with latest tag instead of branch name. | no | true |
| build_args | Add a string of values to the end of the build command | no | — |
| working_directory | Specify the working directory that the docker build will be run in | no | — |
Outputs
no outputs