asfd
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-11 22:22:51 +02:00
parent 9b58d29469
commit 7c2551183f
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

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