ambimax/Build a docker image
Build a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ambimax/action-docker-build@03c4a7f0b36f2f03c422811d0cc8480c8762f8f2 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile | The Dockerfile to build. | no | Dockerfile |
| composefile | The docker-compose file to build. Providing this input will ignore: dockerfile, context, tag | no | — |
| context | The build context to use. | no | . |
| tag | The tag to use for the image. Required for dockerfile building. | no | docker-image:latest |
| tags | To use multiple tags for the image. Use '|' and line breaks. Required for dockerfile building if no 'tag' property is provided. | no | — |
| registry | The private registry that is referenced in a Dockerfile or docker-compose.yml. Required with `username` and `password`. | no | — |
| username | The login username for the private registry. Required with `registry` and `password`. | no | — |
| password | The login password for the private registry. Required with `registry` and `username`. | no | — |
Outputs
no outputs