From fe02d4ecdb6b030d342722e1bdb3d56738f6830c Mon Sep 17 00:00:00 2001 From: juan131 Date: Tue, 14 Dec 2021 14:38:09 +0100 Subject: [PATCH] Release GH action: fix context for 'Build and Publish' step Signed-off-by: juan131 --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}