From 546f0b7145e49b24fa566fcab2ad6dbb3935dc60 Mon Sep 17 00:00:00 2001 From: Oguz Ozturk Date: Mon, 7 Oct 2024 18:56:57 +0300 Subject: [PATCH] remove comment Signed-off-by: Oguz Ozturk --- .github/actions/combine-multi-arch-images/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/combine-multi-arch-images/action.yaml b/.github/actions/combine-multi-arch-images/action.yaml index 5220ca049d3..120ce696f2e 100644 --- a/.github/actions/combine-multi-arch-images/action.yaml +++ b/.github/actions/combine-multi-arch-images/action.yaml @@ -134,7 +134,7 @@ runs: echo "Both amd64 and arm64 tags not found for '$base_tag'. Skipping manifest creation." fi done - # Remove trailing comma and set output + tags_to_remove=${tags_to_remove% } echo "tags-to-remove=$tags_to_remove" >> $GITHUB_OUTPUT shell: bash