diff --git a/.github/workflows/docker-community.yml b/.github/workflows/docker-community.yml index 9e50c840c7..e256ebec3c 100644 --- a/.github/workflows/docker-community.yml +++ b/.github/workflows/docker-community.yml @@ -78,7 +78,7 @@ jobs: - name: Build and push docker uses: docker/build-push-action@v3 with: - context: ./deploy/enterprise + context: ./deploy/community platforms: linux/amd64 #,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}