alexanderweiss/Docker build

Build Docker image and cache it using actions/cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 30, 2020
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: alexanderweiss/docker-build-action@28f21669b33a7006f2001266b894b4be195c0b80 # v0.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
image-nameImage name to tag the image with. Defaults to `${repo-name}/${stage-name}`no""
stage-nameName of the stage to build & cacheyes
cache-pathDirectory to load & save image fromyes/tmp/docker
saveShould the image be saved? If there's a cache hit, this should probably be false.yestrue

no outputs