Skip to content

Commit efd0d7e

Browse files
committed
ci: fix cache key
1 parent 59dcc3f commit efd0d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
target: ${{ matrix.platform.target }}
9191
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
9292
with:
93-
key: ${{ matrix.platform.target }}
93+
key: ${{ matrix.profile }}-${{ matrix.platform.target }}
9494
- name: Install cross
9595
if: ${{ matrix.platform.use-cross }}
9696
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37

0 commit comments

Comments
 (0)