How to make docker pushes the build result and cache unless all layers use cache?
I’m trying to create a Github Action workflow to build a Docker image, then unless all layers use cache (no rebuild), continue to push the result and cache.
I’m trying to create a Github Action workflow to build a Docker image, then unless all layers use cache (no rebuild), continue to push the result and cache.