alexanderweiss/Docker build
Build Docker image and cache it using actions/cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 30, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: alexanderweiss/docker-build-action@28f21669b33a7006f2001266b894b4be195c0b80 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Image name to tag the image with. Defaults to `${repo-name}/${stage-name}` | no | "" |
| stage-name | Name of the stage to build & cache | yes | — |
| cache-path | Directory to load & save image from | yes | /tmp/docker |
| save | Should the image be saved? If there's a cache hit, this should probably be false. | yes | true |
Outputs
no outputs