mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
chore: docker build workflow
This commit is contained in:
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user