Skip to content

Commit

Permalink
more cache key arguing
Browse files Browse the repository at this point in the history
  • Loading branch information
tico24 committed Jul 12, 2023
1 parent 899de88 commit 49e7292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-${{ matrix.platform }}-${{ matrix.target }}-buildx-${{ github.sha }}-wibble
restore-keys: |
${{ runner.os }}-${{ matrix.platform }}-${{ matrix.target }}-buildx-
${{ runner.os }}-${{ matrix.platform }}-${{ matrix.target }}-buildx-wibble-
- name: Docker Login
uses: docker/login-action@v2
Expand Down

0 comments on commit 49e7292

Please sign in to comment.