From 032fe603a5535d039890b5c2cc5932bd9c40f77f Mon Sep 17 00:00:00 2001 From: Dzmitry Hil Date: Fri, 3 May 2024 08:48:38 +0300 Subject: [PATCH] Update docker cache CI action. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbbc15912..dc0b76e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,8 +118,7 @@ jobs: echo "date=$(/bin/date -u "+%Y-%U")" >> $GITHUB_OUTPUT shell: bash - name: Set docker cache - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true + uses: ScribeMD/docker-cache@0.5.0 with: key: ${{ runner.os }}-docker-${{ steps.get-year-week.outputs.date }} # year-week key - name: Prepare dependencies