actions-marketplace-validations/tap-build-action

Builds a keg tap package and pushes it to the registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cli_git_branchkeg-cli branch to use during executiondevelop
tap_refThe 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 }}
repositoryRepository name with owner. For example, actions/checkout${{ github.repository }}
tagthe tag of the built tap imagedevelop
tokenPersonal 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 }}
userThe username for docker loginkeg-admin

no outputs