From 621cf8e8a214b7557ce5075d0150356b57f135fa Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 18 Feb 2024 01:10:57 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 97e63cb5e..0bb95ec6c 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -573,9 +573,9 @@ jobs: cache_to=() cache_from+=("type=gha,scope=${BASE_IMAGE_TAG}") - cache_from+=("type=registry,ref=${BASE_IMAGE_TAG}") + #cache_from+=("type=registry,ref=${BASE_IMAGE_TAG}") cache_from+=("type=gha,scope=${IMAGE_TAG}") - cache_from+=("type=registry,ref=${IMAGE_TAG}") + #cache_from+=("type=registry,ref=${IMAGE_TAG}") cache_to+=("type=gha,mode=max,scope=${IMAGE_TAG}")