add caching

This commit is contained in:
OlivierDehaene 2023-01-31 20:06:00 +01:00
parent a2aeec9331
commit 04f3b1c93e

View File

@ -54,3 +54,5 @@ jobs:
platforms: 'linux/amd64' platforms: 'linux/amd64'
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/huggingface/text-generation-inference:latest
cache-to: type=inline