mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-07 14:09:30 +02:00
src: start sending get request with query params
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.
This commit is contained in:
parent
0186286e06
commit
0f99a0b1c7
8 changed files with 131 additions and 58 deletions
|
@ -30,6 +30,7 @@
|
|||
"@docker/actions-toolkit": "0.37.1",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"axios-retry": "^4.5.0",
|
||||
"form-data": "^4.0.1",
|
||||
"handlebars": "^4.7.7",
|
||||
"portfinder": "^1.0.32"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue