We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772c126 commit 2956ad9Copy full SHA for 2956ad9
.github/workflows/release-docker.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: bazel-contrib/setup-bazel@0.14.0
39
with:
40
bazelisk-cache: true
41
- disk-cache: ${{ github.workflow }}
+ disk-cache: ${{ github.workflow }}-${{ matrix.binary_name }}
42
repository-cache: true
43
44
- name: Build binary
0 commit comments