From 9c099dd7280bdda3db729b7253bc786a9f88a3d8 Mon Sep 17 00:00:00 2001 From: mozzy11 Date: Tue, 23 Jul 2024 20:16:28 +0300 Subject: [PATCH] fix cache --- .github/workflows/publish-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-and-test.yml b/.github/workflows/publish-and-test.yml index 6b7e2edd01..d0b0d64fe2 100644 --- a/.github/workflows/publish-and-test.yml +++ b/.github/workflows/publish-and-test.yml @@ -256,8 +256,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ env.DOCKER_TEST_NAME }}:buildcache-prod - cache-to: type=registry,ref=${{ env.DOCKER_TEST_NAME }}:buildcache-prod,mode=max + # cache-from: type=registry,ref=${{ env.DOCKER_TEST_NAME }}:buildcache-prod + # cache-to: type=registry,ref=${{ env.DOCKER_TEST_NAME }}:buildcache-prod,mode=max build-args: SKIP_SPOTLESS=true build-and-push-image-frontend: