From 71d6e31e48503ca5b57cc4d715079ca69c445c18 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 12 Feb 2024 00:04:56 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 608eb34b3..1cb5e0822 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -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"