rasahq/Build docker cache
Build docker container using a layer cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Unique name in this workflow (used for cache identification) | yes | — |
| context | Docker build context | — | . |
| dockerfile | Dockerfile used for the build | — | Dockerfile |
| build-args | Dockerfile build arguments | — | "" |
| target | Build target for multistage builds | yes | — |
| tag | Tag to add to the build container | yes | — |
| skip-setup | Skip setup of buildx. Useful if step is used more than once in one job. | — | false |
Outputs
no outputs