devmasx/cached-docker-build-push
Action for docker build and push with cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | Image name, required | yes | — |
| image_tag | Image tag, default $GITHUB_SHA | no | — |
| cache_stage_target | Name of the stage target for use in cache, two images will be compiled, the stage target and the last stage. | no | — |
| build_params | Add any docker build flag, --build-params='--build-arg=TOKEN=$TOKEN' | no | — |
| file | Name of the Dockerfile (Default is 'PATH/Dockerfile') | no | — |
| Only print docker commands default: false | no | — | |
| push | Push image default: false | no | — |
Outputs
no outputs