randlabs/Docker Build and Push

GitHub action to build and push a docker image into GitHub Container registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagTag nameyes
usernameUsername used to log against the GitHub Container registry. Defaults to {github.actor} context variable.no
passwordPassword or personal access token used to log against the GitHub Container registry. Defaults to GITHUB_TOKEN environment variable.no
labelsCustom docker image labels.no
dockerfileLocation of the dockerfile file. If relative, base path will be the "path" input.no
customdockerfileCustom dockerfile instructions. If present, will override "dockerfile" input.no
pathRelative path under $GITHUB_WORKSPACE to set as the default directory. Defaults to "."no
repoTarget repository in <owner-or-company>/<repository> format. Defaults to the one that fired the action.no

no outputs