Skip to content

Commit

Permalink
Update docker cache CI action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed May 3, 2024
1 parent bfafcc1 commit 032fe60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
echo "date=$(/bin/date -u "+%Y-%U")" >> $GITHUB_OUTPUT
shell: bash
- name: Set docker cache
uses: satackey/[email protected]
continue-on-error: true
uses: ScribeMD/[email protected]
with:
key: ${{ runner.os }}-docker-${{ steps.get-year-week.outputs.date }} # year-week key
- name: Prepare dependencies
Expand Down

0 comments on commit 032fe60

Please sign in to comment.