asfd
This commit is contained in:
parent
9b58d29469
commit
7c2551183f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue