Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-12 00:04:56 +09:00
parent 8a65ef82f6
commit 71d6e31e48

View File

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