actions-marketplace-validations/KegHub/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
- Stalelast commit Dec 14, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/keg-hub_tap-build-action@4c93e14b628b2611552e957692b53ee5b85296d5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cli_git_branch | keg-cli branch to use during execution | no | 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. | no | ${{ github.ref }} |
| repository | Repository name with owner. For example, actions/checkout | no | ${{ github.repository }} |
| tag | the tag of the built tap image | no | 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. | no | ${{ github.token }} |
| user | The username for docker login | no | keg-admin |
Outputs
no outputs