Explorar el Código

Merge pull request #198 from ollama-webui/build-error-fix

fix: build error temp fix
Timothy Jaeryang Baek hace 1 año
padre
commit
51d5db8505
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .github/workflows/docker-build.yaml

+ 0 - 1
.github/workflows/docker-build.yaml

@@ -53,6 +53,5 @@ jobs:
           context: .
           push: true
           platforms: linux/amd64,linux/arm64,linux/arm/v7
-          builder: ${{ env.REGISTRY }}/buildx-ghcr 
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}