From 787fc33a561a1c48adbde304f94df7e401fabaa8 Mon Sep 17 00:00:00 2001 From: Bukowa Date: Mon, 10 Jun 2024 23:47:26 +0200 Subject: [PATCH] chore(github_actions): try without cache at all Signed-off-by: Bukowa --- .github/workflows/tag-docker_test_build_push.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag-docker_test_build_push.yaml b/.github/workflows/tag-docker_test_build_push.yaml index c670456..9481df1 100644 --- a/.github/workflows/tag-docker_test_build_push.yaml +++ b/.github/workflows/tag-docker_test_build_push.yaml @@ -123,8 +123,8 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: | - type=gha - cache-to: | - type=gha +# cache-from: | +# type=gha +# cache-to: | +# type=gha platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x