diff options
-rw-r--r-- | .github/workflows/lint-test.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 1061b43..045c93b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -35,10 +35,10 @@ jobs: uses: actions/cache@v2 with: path: /tmp/.buildx-cache - key: ${{ runner.os }}-0-buildx-${{ github.ref }}-${{ github.sha }} + key: ${{ runner.os }}-1-buildx-${{ github.ref }}-${{ github.sha }} restore-keys: | - ${{ runner.os }}-0-buildx-${{ github.ref }}- - ${{ runner.os }}-0-buildx- + ${{ runner.os }}-1-buildx-${{ github.ref }}- + ${{ runner.os }}-1-buildx- - name: Build image for linting and testing uses: docker/build-push-action@v2 |