Skip to content

Commit

Permalink
Update renovate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev authored Apr 10, 2024
1 parent 0137cab commit a4dcb5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache Docker images
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('.github/workflows/renovate.yml') }}

# This third party action allows you to download the cache artifact from different workflow runs
# Note that actions/cache doesn't work well because the cache key would need to be computed from
# a file within the cache, meaning there would never be any data to restore. With other keys, the
Expand Down

0 comments on commit a4dcb5b

Please sign in to comment.