stackclash/OpenFaaS build, push, and deploy
Builds a docker image from your OpenFaaS function and pushes it to your registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| stack-file | The OpenFaaS function definition file | yes | stack.yml |
| docker-username | Your docker username with push authorization | yes | — |
| docker-password | Your docker password | yes | — |
| platforms | the platform abbreviations to build for, e. g. linux/amd64,linux/arm/v7 | no | linux/amd64 |
| deploy | Whether the built image shall be deployed (false=no, true=yes) | no | false |
| openfaas-gateway | OpenFaaS gateway URL (http(s)://my-public-gateway.tld) | no | — |
| openfaas-username | User for authenticating at OpenFaaS gateway | no | admin |
| openfaas-password | Password for authenticating at OpenFaaS gateway | no | — |
Outputs
| name | description |
|---|---|
| tag | Image tag built |