From 7c2551183f201b0e1441f273ad33500413e755e5 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Wed, 11 Jun 2025 22:22:51 +0200 Subject: [PATCH] asfd --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ce08a3f..510bcaa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -46,7 +46,7 @@ fi OUTPUT="" if [[ -n "${PLUGIN_NAME:-}" ]]; then OUTPUT="--output type=image" - if [[ "$1" =~ .*,.* ]]; then + if [[ "$PLUGIN_NAME" =~ .*,.* ]]; then # https://github.com/moby/buildkit/issues/797#issuecomment-1561601104 OUTPUT=",\\\"name=$PLUGIN_NAME\\\"" else