From d11bc9097d63471a0753e78903f34d4bb8ba28ad Mon Sep 17 00:00:00 2001 From: Alexandru Mahmoud Date: Mon, 23 Dec 2024 11:09:09 -0500 Subject: [PATCH] Tag listing fix --- .github/workflows/build_containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_containers.yaml b/.github/workflows/build_containers.yaml index 53fc759..58d4f51 100644 --- a/.github/workflows/build_containers.yaml +++ b/.github/workflows/build_containers.yaml @@ -240,7 +240,7 @@ jobs: # Prepare tags TAGS=$(printf "%s" '${{ steps.meta2.outputs.tags }}' | tr '\n' ' ' | sed 's/ *$//') TAG_ARGS="" - for tag in $TAGS; do + for tag in "$TAGS"; do TAG_ARGS="$TAG_ARGS -t $tag" done