mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 06:05:23 -04:00
Update actions/cache action to v4
This commit is contained in:
parent
1d30ce8bcb
commit
49de69b30e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
password: ${{ secrets.GHCR_PAT }}
|
password: ${{ secrets.GHCR_PAT }}
|
||||||
|
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user