From ad2e639d54e14051997b9cbda1f059403260bc8f Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 18 Jul 2023 19:12:44 +0200 Subject: [PATCH] fix: gh docker wf --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3851c07..9e63a12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,9 +49,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: - platforms: linux/amd64 - context: frontend/ - file: frontend/Dockerfile + platforms: linux/amd64,linux/arm64 + file: Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: $${{ steps.meta.outputs.labels }}