Enable caching by default for docker builds.

This commit is contained in:
Chris Patterson
2022-09-20 10:25:45 +05:30
committed by GitHub
parent e21652daaa
commit 4bb0cbfc9e
+3
View File
@@ -78,6 +78,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker