mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-23 13:58:47 +01:00
Updated building images workflow
This commit is contained in:
parent
5f53fffcaf
commit
a8397414f4
8
.github/workflows/images_build.yml
vendored
8
.github/workflows/images_build.yml
vendored
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user