mirror of
https://mirror.skon.top/github.com/zabbix/zabbix-docker
synced 2026-05-01 06:19:19 +08:00
Prepare universal workflow
This commit is contained in:
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@@ -865,7 +865,7 @@ jobs:
|
||||
run: |
|
||||
cache_images=""
|
||||
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
|
||||
|
||||
echo "::group::Base images cache"
|
||||
|
||||
Reference in New Issue
Block a user