From 48df3cdffa50ff3df50f63f80a9bb3eb0232f269 Mon Sep 17 00:00:00 2001 From: Philipp Grathwohl Date: Sat, 4 Dec 2021 12:26:48 +0100 Subject: [PATCH] Use cache to increase build performance --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77c7091..7dbc85d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,6 +101,8 @@ jobs: target: deploy push: ${{ steps.prep.outputs.publish_image }} tags: ${{ steps.prep.outputs.tags }} + cache-from: type=registry,ref=${{ steps.prep.outputs.build_cache_image_name }} + cache-to: type=inline labels: | org.opencontainers.image.title=${{ github.event.repository.name }} org.opencontainers.image.description=${{ github.event.repository.description }}