"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "950231acf7bbf60eac3cf53dc9a9d8f6f454f68b"
Commit c08631d6 authored by Jannik Streidl's avatar Jannik Streidl
Browse files

updates docker-build action

parent 3f973fe7
...@@ -80,3 +80,12 @@ jobs: ...@@ -80,3 +80,12 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:mps tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:mps
build-args: USE_MPS=true build-args: USE_MPS=true
- name: Build and push Docker image with Ollama
uses: docker/build-push-action@v5
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:with-ollama
build-args: INCLUDE_OLLAMA=true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment