mirror of
https://github.com/docker/build-push-action.git
synced 2026-03-16 08:57:15 +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.