From 3ccb7dbece95c774035ae63ed2585e6adc2d7d36 Mon Sep 17 00:00:00 2001 From: Philipp Arndt <2f.mail@gmx.de> Date: Wed, 19 Jan 2022 19:31:43 +0100 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2253d5d0..45495307 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -41,14 +41,13 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build docker container and push - working-directory: app id: docker_build uses: docker/build-push-action@v2 env: RELEASE_VERSION: ${{ steps.next.outputs.version }} with: - context: . - file: ./Dockerfile + context: app + file: Dockerfile platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 push: true tags: |