mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: cleaner tag
This commit is contained in:
parent
536fd347b9
commit
073f06d449
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
|
|
@ -78,5 +78,5 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:with-ollama
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ollama
|
||||
build-args: USE_OLLAMA=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue