ryanjfrizzell/Build and Publish Dockerfile
simple build an publish of Dockerfile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_registry_url | the url your registry is located at, used for docker login, ex: docker.pkg.github.com | yes | "" |
| docker_registry_owner | the owner for the registry, ex: ryanjfrizzell | yes | "" |
| docker_repository | repository of the image, ex: action-bpd | yes | "" |
| docker_image | image name to use | yes | "" |
| docker_username | username needed to login to your registry | yes | — |
| docker_password | password needed to login to your registry | yes | — |
| dockerfile | the location of your dockerfile | yes | Dockerfile |
| docker_image_tag | the tag version you would like to use | yes | latest |
| docker_registry | use this to override the formation of the image url | yes | "" |
| dockerhub | are you trying to push to dockerhub? [true/false] | yes | false |
| pushd | optionally pushd to a directory before execution | no | "" |
Outputs
| name | description |
|---|---|
| imageinfo | the image created and pushed |