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
2
.github/workflows/verify-build.yml
vendored
2
.github/workflows/verify-build.yml
vendored
|
@ -30,8 +30,6 @@ jobs:
|
|||
|
||||
- name: Check for changes
|
||||
run: |
|
||||
# Ignore yarn.lock changes since we're using npm
|
||||
git update-index --assume-unchanged yarn.lock || true
|
||||
if [[ -n "$(git status --porcelain)" ]]; then
|
||||
echo "::error::Build generated new changes. Please commit the generated files."
|
||||
git status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue