Skip to content

Commit

Permalink
fix cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 2, 2023
1 parent 76c3284 commit 0771492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx${{ matrix.image.tag_suffix }}-python${{ matrix.version.python }}-${{ github.sha }}
key: ${{ runner.os }}-buildx-python${{ matrix.version.python }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx${{ matrix.image.tag_suffix }}-python${{ matrix.version.python }}-
${{ runner.os }}-buildx-python${{ matrix.version.python }}-
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 0771492

Please sign in to comment.