1 parent 76c4c19 commit dd36c10Copy full SHA for dd36c10
1 file changed
.github/workflows/env_setup/action.yml
@@ -46,10 +46,9 @@ runs:
46
id: cache
47
with:
48
path: go-build-cache
49
- key: ${{ runner.os }}-go-build-cache-${{ env.BRANCH_NAME_HASH }}-${{ steps.context-hash.outputs.hash }}
+ key: ${{ runner.os }}-go-build-cache-${{ steps.context-hash.outputs.hash }}
50
restore-keys: |
51
- ${{ runner.os }}-go-build-cache-${{ env.BRANCH_NAME_HASH }}-
52
- ${{ runner.os }}-go-build-cache-${{ env.BRANCH_MAIN_HASH }}-
+ ${{ runner.os }}-go-build-cache-
53
54
- name: Restore Docker cache mounts
55
uses: reproducible-containers/buildkit-cache-dance@5b81f4d29dc8397a7d341dba3aeecc7ec54d6361 #v3.3.0
0 commit comments