mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-18 22:02:15 +00:00
We are incorrectly using formData in a get request. To move away from this we send both query params and formData until the server is fully upgraded. After which we can stop sending formData.