mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-23 00:03:42 +01:00
Prepare universal workflow
This commit is contained in:
parent
8a65ef82f6
commit
71d6e31e48
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@ -865,7 +865,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cache_images=""
|
cache_images=""
|
||||||
if [[ ! -z "$BASE_IMAGE_TAG" ]]; then
|
if [[ ! -z "$BASE_IMAGE_TAG" ]]; then
|
||||||
cache_images="type=gha,scope=$BASE_IMAGE_TAG\ntype=registry,ref=$BASE_IMAGE_TAG"
|
cache_images="type=gha,scope=$BASE_IMAGE_TAG"$'\n'"type=registry,ref=$BASE_IMAGE_TAG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "::group::Base images cache"
|
echo "::group::Base images cache"
|
||||||
|
Loading…
Reference in New Issue
Block a user