mirror of
https://github.com/docker/build-push-action.git
synced 2025-09-14 16:01:43 +08: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.