Skip to content

Commit 0771492

Browse files
committed
fix cache keys
1 parent 76c3284 commit 0771492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
uses: actions/cache@v3
3939
with:
4040
path: /tmp/.buildx-cache
41-
key: ${{ runner.os }}-buildx${{ matrix.image.tag_suffix }}-python${{ matrix.version.python }}-${{ github.sha }}
41+
key: ${{ runner.os }}-buildx-python${{ matrix.version.python }}-${{ github.sha }}
4242
restore-keys: |
43-
${{ runner.os }}-buildx${{ matrix.image.tag_suffix }}-python${{ matrix.version.python }}-
43+
${{ runner.os }}-buildx-python${{ matrix.version.python }}-
4444
4545
- name: Login to DockerHub
4646
uses: docker/login-action@v3

0 commit comments

Comments
 (0)