We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c3284 commit 0771492Copy full SHA for 0771492
.github/workflows/build_images.yml
@@ -38,9 +38,9 @@ jobs:
38
uses: actions/cache@v3
39
with:
40
path: /tmp/.buildx-cache
41
- key: ${{ runner.os }}-buildx${{ matrix.image.tag_suffix }}-python${{ matrix.version.python }}-${{ github.sha }}
+ key: ${{ runner.os }}-buildx-python${{ matrix.version.python }}-${{ github.sha }}
42
restore-keys: |
43
- ${{ runner.os }}-buildx${{ matrix.image.tag_suffix }}-python${{ matrix.version.python }}-
+ ${{ runner.os }}-buildx-python${{ matrix.version.python }}-
44
45
- name: Login to DockerHub
46
uses: docker/login-action@v3
0 commit comments