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
0a3b99b9
"vscode:/vscode.git/clone" did not exist on "a3ae12584f55254e13e97344a51487a1e0a1cb94"
Commit
0a3b99b9
authored
Apr 09, 2024
by
Timothy J. Baek
Browse files
chore: docker build workflow
parent
839efa44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/workflows/docker-build.yaml
.github/workflows/docker-build.yaml
+2
-0
No files found.
.github/workflows/docker-build.yaml
View file @
0a3b99b9
...
...
@@ -66,6 +66,7 @@ jobs:
-
name
:
Build and push Docker image with CUDA
uses
:
docker/build-push-action@v5
if
:
github.ref == 'refs/heads/main'
with
:
context
:
.
push
:
true
...
...
@@ -75,6 +76,7 @@ jobs:
-
name
:
Build and push Docker image with Ollama
uses
:
docker/build-push-action@v5
if
:
github.ref == 'refs/heads/main'
with
:
context
:
.
push
:
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