randlabs/Docker Build and Push
GitHub action to build and push a docker image into GitHub Container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag name | yes | — |
| username | Username used to log against the GitHub Container registry. Defaults to {github.actor} context variable. | no | — |
| password | Password or personal access token used to log against the GitHub Container registry. Defaults to GITHUB_TOKEN environment variable. | no | — |
| labels | Custom docker image labels. | no | — |
| dockerfile | Location of the dockerfile file. If relative, base path will be the "path" input. | no | — |
| customdockerfile | Custom dockerfile instructions. If present, will override "dockerfile" input. | no | — |
| path | Relative path under $GITHUB_WORKSPACE to set as the default directory. Defaults to "." | no | — |
| repo | Target repository in <owner-or-company>/<repository> format. Defaults to the one that fired the action. | no | — |
Outputs
no outputs