ops: Fix caching
Some checks failed
ci / docker-build (pull_request) Waiting to run
ci / build-and-test (pull_request) Has been cancelled

This commit is contained in:
Brock Allen
2024-01-28 01:01:40 +00:00
parent 13bcb67fa5
commit 57cccd1cf2

View File

@@ -22,7 +22,7 @@ jobs:
-
name: Restore docker image
id: cache-docker
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: /tmp/docker
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
@@ -45,7 +45,7 @@ jobs:
-
name: Restore docker image
id: cache-docker
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: /tmp/docker
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}