mamezou-tech/buildpacks-action
Execute buildpacks CLI in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Name of container image | yes | — |
| tag | Tag of container image | no | latest |
| path | Path to target application, defaults to the current directory | no | . |
| builder | Builder to use | yes | — |
| buildpacks | Custom buildpacks to use | no | — |
| env | Build-time environment variables | no | — |
| env_files | Read build-time environment variables from these files | no | — |
| publish | Publish the resulting image to the registry | no | — |
| debug_mode | Run in debug mode - only output command is set. Don't run the pack command | no | — |
Outputs
| name | description |
|---|---|
| command | build command executed |