open-reading-frame/docker-build-push
Build a docker image and optionally push to a registry. Caches layers with actions/cache.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | Context for the docker build command | no | — |
| dockerfile | Path to Dockerfile | no | — |
| platforms | Comma-delimited list of platforms to build for | no | — |
| load | Load the docker image for subsequent steps | no | false |
| push | Push the built image | no | false |
| tags | List of tags for the build image | no | — |
| registry | Registry to log into if pulling or pushing from private registry | no | — |
| username | Username for private registry login | no | — |
| password | Password for private registry login | no | — |
| build-args | Args expected at build time | no | — |
Outputs
no outputs