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.
2 parents 841affc + a02debe commit 8e88af7Copy full SHA for 8e88af7
.github/workflows/build-container.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/cache@v2
36
with:
37
path: /tmp/.buildx-cache
38
- key: base-${{ matrix.repo }}-buildx-${{ github.sha }}
+ key: base-${{ matrix.repo }}-buildx-${{ github.sha }}-${{ github.run_id }}
39
# allow cache hits from previous runs of the current branch,
40
# parent branch, then upstream branches, in that order
41
restore-keys: |
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
- name: Generate tag list
76
id: generate-tag-list
0 commit comments