speareducation/Package Spear Site
Packages a site into a deployable docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | Amazon Access Key with permission to modify the ECR repository | yes | — |
| aws-secret-access-key | Amazon Secret Access Key | yes | — |
| aws-session-token | AWS Session token (if applicable) | no | — |
| aws-region | Region of AWS ECR repository | no | us-east-1 |
| ecr-registry | 12-digit ID of ECR registry | yes | — |
| ecr-repo | Name of ECR repository to act upon | yes | — |
| git-ref | Git Ref to build | yes | — |
| node-auth-token | Auth token for node packages | yes | — |
Outputs
| name | description |
|---|---|
| ecr-image | Name of ECR image that was created during build |