feat: docker build use cache

This commit is contained in:
DDSRem
2023-09-29 09:31:47 +08:00
parent 9abd780aa2
commit cca898f5b6
2 changed files with 28 additions and 17 deletions

View File

@ -62,3 +62,5 @@ jobs:
MOVIEPILOT_VERSION=${{ env.app_version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}