From a8397414f444d1849eca7f027c90bfd6a1284814 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 18 Feb 2024 22:45:18 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index b49b3817d..aa8cc73de 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -353,7 +353,7 @@ jobs: cache_from=() cache_to=() - cache_from+=("type=gha,scope=${IMAGE_TAG}") + #cache_from+=("type=gha,scope=${IMAGE_TAG}") cache_from+=("type=registry,ref=${IMAGE_TAG}") cache_to+=("type=gha,mode=max,scope=${IMAGE_TAG}") @@ -595,9 +595,9 @@ jobs: cache_from=() cache_to=() - cache_from+=("type=gha,scope=${BASE_IMAGE_TAG}") - cache_from+=("type=registry,ref=${BASE_IMAGE_TAG}") - cache_from+=("type=gha,scope=${IMAGE_TAG}") + #cache_from+=("type=gha,scope=${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_to+=("type=gha,mode=max,scope=${IMAGE_TAG}")