From 06b6e64b2a56eef4356b3ebe7563af1e22b670f4 Mon Sep 17 00:00:00 2001 From: Thomas Meire Date: Thu, 29 Aug 2024 08:22:59 +0200 Subject: [PATCH] use outputs instead of cache-to --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71110d5..8d89b00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: docker/build-push-action@v6 with: target: coverage - cache-to: type=local,dest=coverage/ + outputs: type=local,dest=coverage/ build-args: | VERSION=${{ env.VERSION }}