itsmycargo/Publish Docker to ECR
Builds and publishes docker image to AWS ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | ECR Repository to use for Images | yes | — |
| release-managed | Whether Github releases are used for tagging | no | false |
| registry_password | Password for image registry | yes | — |
| context | Build's context is the set of files located in the specified PATH or URL | no | . |
| path-to-dockerfile | Path to the Dockerfile | no | ./Dockerfile |
| aws-access-key-id | AWS Access Key ID for login and pushing to ECR Repository | yes | — |
| aws-secret-access-key | AWS Access Key for login and pushing to ECR Repository | yes | — |
| aws-region | AWS Region for ECR Repository | yes | — |
Outputs
| name | description |
|---|---|
| repositoryTag | Published Docker Image with Tag |
| repository | Published Docker Image |
| tag | Published Docker Tag |