konsentus/Build, Tag and Push Docker Image to ECR
Build, Tag and Push Docker Image to ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ecr_repository_name | The destination ECR repository name. Will default to Github repository name if not specified. | no | — |
| additional_tags | Comma separated tags to apply to the Docker image in addition to the tags for commit SHA and branch name. | no | — |
| new_tag_only | When true the action will check if the image name and tag exists in the remote repository first and not push the new image if it does. The dockerfile WILL NOT be built if the push is skipped. | no | — |
| environment | When set this overrides the branch name being used to determine the environment tag being used for the image. | no | — |
Outputs
| name | description |
|---|---|
| new_image_digest | The Docker image digest of the newly built image. |
| old_image_digest | The Docker image digest of the previously built image, tagged with the git branch name. |