gas-buddy/Build and Publish to ECR
Builds and Pushes built artifacts to ECT
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| npm-token | npm credentials, most useful for private repositories | no | "" |
| node-env | The NODE_ENV value for the image, defaults to production | no | — |
| image-tag | The desired tag for the Docker image | no | ${{ github.run_id }}_${{ github.sha }} |
| node-image-tag | The tag for the base node-app image | no | 14-production |
| registry-name | The name of the ECR registry repository | yes | — |
| aws-access-key-id | AWS account id for image registry | yes | — |
| aws-secret-access-key | AWS Secret for the access key | yes | — |
| aws-region | AWS region for the image registry | no | us-east-1 |
| skip-build | Set to true if the Docker image is already built earlier in the workflow | no | false |
| apk_packages | Extra packages required to build the image | no | — |
| ghcr-username | GitHub Container Registry username | no | "" |
| ghcr-password | GitHub Container Registry password/token | no | "" |
Outputs
no outputs