Skip to content

Commit

Permalink
better key name
Browse files Browse the repository at this point in the history
  • Loading branch information
unfor19 committed Nov 12, 2021
1 parent 3fa7d3f commit 742af59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-multi-buildx-${{ matrix.AWS_CLI_VERSION }}-${{ github.sha }}
key: ${{ runner.os }}-buildx-${{ matrix.AWS_CLI_VERSION }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-multi-buildx-${{ matrix.AWS_CLI_VERSION }}-
${{ runner.os }}-buildx-${{ matrix.AWS_CLI_VERSION }}-
- name: Build Docker Image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 742af59

Please sign in to comment.