ops: Fix caching
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Restore docker image
|
name: Restore docker image
|
||||||
id: cache-docker
|
id: cache-docker
|
||||||
uses: actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /tmp/docker
|
path: /tmp/docker
|
||||||
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
|
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Restore docker image
|
name: Restore docker image
|
||||||
id: cache-docker
|
id: cache-docker
|
||||||
uses: actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /tmp/docker
|
path: /tmp/docker
|
||||||
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
|
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user