We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44acf8b commit e347b61Copy full SHA for e347b61
.github/workflows/docker.yaml
@@ -65,5 +65,11 @@ jobs:
65
labels: "gitsha1=${{ github.sha }}"
66
tags: "${{ steps.set-tag.outputs.tags }}"
67
platforms: linux/amd64,linux/arm64
68
+ # Cache to GitHub Actions backend (which is evicted after 7 days).
69
+ # This doesn't require authentication (unlike a registry), so works
70
+ # well with external PRs.
71
+ #
72
+ # This backend does prevent workflows on other repos from accessing it,
73
+ # but that is not necessary right now.
74
cache-from: type=gha
75
cache-to: type=gha,mode=max
0 commit comments