From 60ce5d91c1f04573260134b991dd548f2d67659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Thu, 30 Mar 2023 12:00:39 +0200 Subject: [PATCH] CI: Add container build cache --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 332c3ef2..2c9c1744 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -154,6 +154,8 @@ jobs: - name: Build/push container uses: docker/build-push-action@v4 with: + cache-from: type=gha + cache-to: type=gha,mode=max context: src/docker file: src/docker/Dockerfile-${{ matrix.os }} labels: ${{ steps.meta.outputs.labels }}