From 6dda5870c25f3dd86c6969280c3abe66896dacec Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Sat, 15 Aug 2020 10:14:33 +0900 Subject: [PATCH] Skip save in test_restoring --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3cdd876..d4a1fcf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,6 +121,7 @@ jobs: with: key: docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash} restore-keys: docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}- + skip-save: 'true' - name: Show cached image info run: docker inspect ${{ matrix.inspect_image }}