From cb5634329ca9f3eaa72bb3dede79913ca8283b1b Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Mon, 4 Oct 2021 17:56:08 -0700 Subject: [PATCH] ci: gha export with mode=max Signed-off-by: Andrea Luzzardi --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55ded4c6..4bb0029f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,8 +102,8 @@ jobs: - name: Integration test env: - DAGGER_CACHE_TO: "type=gha,scope=integration" - DAGGER_CACHE_FROM: "type=gha,scope=integration" + DAGGER_CACHE_TO: "type=gha,mode=max,scope=integration" + DAGGER_CACHE_FROM: "type=gha,mode=max,scope=integration" run: | env make core-integration @@ -162,12 +162,13 @@ jobs: - name: Universe Test env: - DAGGER_CACHE_TO: "type=gha,scope=universe" - DAGGER_CACHE_FROM: "type=gha,scope=universe" + DAGGER_CACHE_TO: "type=gha,mode=max,scope=universe" + DAGGER_CACHE_FROM: "type=gha,mode=max,scope=universe" run: | make universe-test website: + name: Website runs-on: ubuntu-latest steps: - name: Checkout @@ -269,7 +270,7 @@ jobs: - name: Documentation Test env: - DAGGER_CACHE_TO: "type=gha,scope=docs" - DAGGER_CACHE_FROM: "type=gha,scope=docs" + DAGGER_CACHE_TO: "type=gha,mode=max,scope=docs" + DAGGER_CACHE_FROM: "type=gha,mode=max,scope=docs" run: | make doc-test