From ad177425f33e800ac58cc33fd6c6d712a2438619 Mon Sep 17 00:00:00 2001 From: Vasiliy Dommes Date: Mon, 25 Sep 2023 22:25:45 -0400 Subject: [PATCH] Fix action-docker-layer-caching Move to a fork, see https://github.com/satackey/action-docker-layer-caching/issues/347 --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d5953b6c..906f55d3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,7 +21,7 @@ jobs: # the cache is created without them in the post run. # It also restores the cache if it exists. - name: Enable Docker Layer Caching - uses: satackey/action-docker-layer-caching@v0.0.11 + uses: jpribyl/action-docker-layer-caching@v0.1.1 # Ignore the failure of a step and avoid terminating the job. continue-on-error: true