diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d6cae2b17..7b7652ff3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache for docker images - 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: