keg-hub/KegHub/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
Stalelast commit Dec 14, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: keg-hub/tap-build-action@4c93e14b628b2611552e957692b53ee5b85296d5 # 0.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
cli_git_branchkeg-cli branch to use during executionnodevelop
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. no${{ github.ref }}
repositoryRepository name with owner. For example, actions/checkoutno${{ github.repository }}
tagthe tag of the built tap imagenodevelop
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. no${{ github.token }}
userThe username for docker loginnokeg-admin

no outputs