serhiisavruk/OpenFaaS function builder
Build and deploy OpenFaaS functions and push image to ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | 'build' or 'deploy' | yes | — |
| stack-file | The OpenFaaS function definition file | yes | — |
| openfaas-username | User for authenticating at OpenFaaS gateway | yes | admin |
| openfaas-password | Password for authenticating at OpenFaaS gateway | yes | — |
| template-url | URL of the repository with custom template | no | — |
Outputs
| name | description |
|---|---|
| registry | Function image registry |
| repository | Function image repository |
| tag | Function image tag |