forked from open-webui/open-webui
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: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
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
|
build-args: USE_OLLAMA=true
|
||||||
|
|
Loading…
Reference in a new issue