mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-30 06:40:22 +02:00
Updated building images workflow
This commit is contained in:
parent
70ce39b472
commit
621cf8e8a2
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -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}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user