actions-marketplace-validations/tap-build-action
Builds a keg tap package and pushes it to the registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cli_git_branch | keg-cli branch to use during execution | — | develop |
| tap_ref | The tap branch to checkout (example: /ref/heads/my-feature-branch). When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. | — | ${{ github.ref }} |
| repository | Repository name with owner. For example, actions/checkout | — | ${{ github.repository }} |
| tag | the tag of the built tap image | — | develop |
| token | Personal access token (PAT) used to fetch the repository and push its image. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. | — | ${{ github.token }} |
| user | The username for docker login | — | keg-admin |
Outputs
no outputs