From b26f6ddf2d63cc62a943a59a8882e71d54712cf1 Mon Sep 17 00:00:00 2001 From: jakobmoellerdev Date: Fri, 29 Nov 2024 19:23:35 +0100 Subject: [PATCH] fix: temporarily disable cache --- .github/workflows/components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/components.yaml b/.github/workflows/components.yaml index 9cf04be0c3..c6f8d53bde 100644 --- a/.github/workflows/components.yaml +++ b/.github/workflows/components.yaml @@ -33,7 +33,7 @@ env: components: '["ocmcli", "helminstaller", "helmdemo", "subchartsdemo", "ecrplugin"]' IMAGE_PLATFORMS: 'linux/amd64 linux/arm64' PLATFORMS: 'windows/amd64 darwin/arm64 darwin/amd64 linux/amd64 linux/arm64' - BUILDX_CACHE_PUSH: ${{ github.ref == 'refs/heads/main' }} + BUILDX_CACHE_PUSH: false BUILDX_CACHE_REF_BASE: ghcr.io/${{ github.repository }}/buildx-cache jobs: