Apply cache to pi image
This commit is contained in:
parent
ff1d36434d
commit
e51a720193
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -162,6 +162,7 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
dockerfile: Dockerfile.pi
|
dockerfile: Dockerfile.pi
|
||||||
|
# cache: true
|
||||||
cache: ${{ github.event_name != 'cron' }}
|
cache: ${{ github.event_name != 'cron' }}
|
||||||
tag_names: true
|
tag_names: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user