From 8a01afb2f887f6d3040a53a6b370fae75083bcee Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Tue, 17 Nov 2020 21:56:21 +0100 Subject: Bump cache version to test repository caching --- .github/workflows/lint-test.yaml | 6 +++--- 1 file 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 -- cgit v1.2.3