1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-03 13:40:07 +02:00

Bump actions/cache from 2 to 2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v2.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 05:11:09 +00:00 committed by GitHub
parent cc23ce7e44
commit b45362cc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -528,7 +528,7 @@ jobs:
network=host
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-ghcache-${{ github.sha }}
@ -596,7 +596,7 @@ jobs:
network=host
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.5
id: cache
with:
path: /tmp/.buildx-cache