diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a6920981..09b5b5f2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,4 +53,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} platforms: 'linux/amd64' tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + cache-from: type=registry,ref=ghcr.io/huggingface/text-generation-inference:latest + cache-to: type=inline \ No newline at end of file