diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a59118ff0e..d81c9752ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,8 @@ jobs: id: docker_build uses: docker/build-push-action@v2 with: - push: true + context: . platforms: linux/amd64,linux/arm64 + push: true tags: ${{ env.image_name }}:latest,${{ env.image_name }}:${{ github.ref_name }}