mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-23 18:02:49 +00:00
Merge pull request #38 from BretFisher/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
This commit is contained in:
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
-
|
||||
# This makes image builds fast!
|
||||
name: Cache Docker layers
|
||||
uses: actions/cache@v2.1.6
|
||||
uses: actions/cache@v2.1.7
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user