Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-18 22:45:18 +09:00
parent 5f53fffcaf
commit a8397414f4

View File

@ -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}")