Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c08631d6
Commit
c08631d6
authored
Mar 22, 2024
by
Jannik Streidl
Browse files
updates docker-build action
parent
3f973fe7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.github/workflows/docker-build.yaml
.github/workflows/docker-build.yaml
+9
-0
No files found.
.github/workflows/docker-build.yaml
View file @
c08631d6
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment