gas-buddy/node-docker-build-action
Build a GB node app (yarn+TS based) and Pushes built artifacts to a container registry
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 | yes | — |
| image-tag | The desired tag for the Docker image | no | ${{ github.run_id }}_${{ github.sha }} |
| 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 |
| repo-org | The organization to setup for private package installation | no | gasbuddy |
| node-env | The NODE_ENV value for the Docker build | no | production |
Outputs
no outputs