diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5ac3bc4..87c8505 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -27,7 +27,9 @@ jobs: # In this step, this action saves a list of existing images, # the cache is created without them in the post run. # It also restores the cache if it exists. - - 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 with: key: tutorial-docker-cache-{hash} restore-keys: |