docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.11k stars 526 forks source link

disable quotes detection for "outputs" input #1074

Closed crazy-max closed 3 months ago

crazy-max commented 4 months ago

fixes #1072

This is similar to the set input in bake-action: https://github.com/docker/bake-action/pull/97. We need to disable quotes detection for the outputs input by setting quote option to false: https://csv.js.org/parse/options/quote/

cc @alessfg