triptixx/docker build
A Action CI plugin for building and labelling Docker images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | tag to this repo/repo to push to | yes | — |
| path | override working directory | — | . |
| dockerfile | override Dockerfile location | — | Dockerfile |
| use_cache | override to disable --no-cache | — | false |
| no_labels | disable automatic image labelling | — | false |
| build_args | additional build arguments | — | — |
| arguments | optional extra arguments to pass to docker build | — | — |
| make | provides MAKEFLAGS=-j$(nproc) as a build-argument | — | — |
| rm | a flag to immediately docker rm the built image | — | — |
| squash | squash the built image into one layer | — | — |
Outputs
no outputs