mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
feat: build docker image on dev
This commit is contained in:
parent
295ebb4f25
commit
19e7d9a0f3
4
.github/workflows/docker-build.yaml
vendored
4
.github/workflows/docker-build.yaml
vendored
@ -4,7 +4,9 @@ name: Create and publish a Docker image
|
|||||||
# Configures this workflow to run every time a change is pushed to the branch called `release`.
|
# Configures this workflow to run every time a change is pushed to the branch called `release`.
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['main']
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user