Skip to content

Commit 2956ad9

Browse files
Fix
1 parent 772c126 commit 2956ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: bazel-contrib/setup-bazel@0.14.0
3939
with:
4040
bazelisk-cache: true
41-
disk-cache: ${{ github.workflow }}
41+
disk-cache: ${{ github.workflow }}-${{ matrix.binary_name }}
4242
repository-cache: true
4343

4444
- name: Build binary

0 commit comments

Comments
 (0)