1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

Merge pull request #1229 from amir20/dependabot/github_actions/actions/cache-2.1.5

Bump actions/cache from 2 to 2.1.5
This commit is contained in:
kodiakhq[bot]
2021-05-12 07:01:23 +00:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}