Skip to content

fix: empty body with content type json #135

fix: empty body with content type json

fix: empty body with content type json #135

Workflow file for this run

name: build
on:
push:
tags-ignore:
- 'v*.*.*'
branches:
- '**'
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build image
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64