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 }}