diff options
author | 2020-11-17 21:56:21 +0100 | |
---|---|---|
committer | 2020-11-17 21:56:21 +0100 | |
commit | 8a01afb2f887f6d3040a53a6b370fae75083bcee (patch) | |
tree | 502ec73fc1789e1f1ead7da33b00bce412524f96 | |
parent | Add another cache variation (diff) |
Bump cache version to test repository caching
-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 |