ambimax/Build a docker image

Build a docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 16, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: ambimax/action-docker-build@03c4a7f0b36f2f03c422811d0cc8480c8762f8f2 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
dockerfileThe Dockerfile to build.noDockerfile
composefileThe docker-compose file to build. Providing this input will ignore: dockerfile, context, tagno
contextThe build context to use.no.
tagThe tag to use for the image. Required for dockerfile building. nodocker-image:latest
tagsTo use multiple tags for the image. Use '|' and line breaks. Required for dockerfile building if no 'tag' property is provided. no
registryThe private registry that is referenced in a Dockerfile or docker-compose.yml. Required with `username` and `password`.no
usernameThe login username for the private registry. Required with `registry` and `password`.no
passwordThe login password for the private registry. Required with `registry` and `username`.no

no outputs