Skip to content

Commit

Permalink
fix cache usage
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 1, 2023
1 parent 0b53297 commit 39569b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-standard-python${{ matrix.versions.python }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-standard-python${{ matrix.versions.python }}-
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down Expand Up @@ -99,6 +101,8 @@ jobs:
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-slim-python${{ matrix.versions.python }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-slim-python${{ matrix.versions.python }}-
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 39569b9

Please sign in to comment.