eramahatra/Build and Publish Dockerfile

simple build an publish of Dockerfile

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 16, 2021
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: eramahatra/docker-builder@f691ba9c52258db3805e3826122b5d52b4ceeb5e # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
docker_registry_urlthe url your registry is located at, used for docker login, ex: docker.pkg.github.comyesdocker.io
docker_registry_ownerthe owner for the registry, ex: papangoyespapango
docker_repositoryrepository of the image,yes""
docker_imageimage name to useyes""
docker_usernameusername needed to login to your registryyes
docker_passwordpassword needed to login to your registryyes
dockerfilethe location of your dockerfileyesDockerfile
docker_image_tagthe tag version you would like to useyeslatest
dockerhubpush to dockerhubyestrue
namedescription
imageinfothe image created and pushed