eramahatra/Build and Publish Dockerfile
simple build an publish of Dockerfile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 16, 2021
- License
- GPL 3.0
Pinned Snippet
uses: eramahatra/docker-builder@f691ba9c52258db3805e3826122b5d52b4ceeb5e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
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.io |
| docker_registry_owner | the owner for the registry, ex: papango | yes | papango |
| docker_repository | repository of the image, | 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 |
| dockerhub | push to dockerhub | yes | true |
Outputs
| name | description |
|---|---|
| imageinfo | the image created and pushed |