Skip to content

Commit

Permalink
test alternate cache (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskinsman authored Nov 18, 2021
1 parent 377983c commit b1b4ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx2-${{ github.ref }}
key: ${{ runner.os }}-buildx2-refs/heads/${{ github.ref }}
restore-keys: |
${{ runner.os }}-buildx2-${{ github.ref }}
${{ runner.os }}-buildx2-refs/heads/${{ github.ref }}
${{ runner.os }}-buildx2-refs/heads/${{ github.event.repository.default_branch }}
${{ runner.os }}-buildx2-
- name: Build and push
Expand Down

0 comments on commit b1b4ade

Please sign in to comment.