Skip to content

Commit

Permalink
Merge pull request #31 from pajikos/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pajikos authored May 4, 2023
2 parents 20628e5 + 20aedf8 commit 9d05744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 9d05744

Please sign in to comment.