forked from open-webui/open-webui
fix: 👷 build Docker with Bun
This commit is contained in:
parent
6ce41c712c
commit
702ffdf61a
3 changed files with 5 additions and 5 deletions
2
.github/workflows/bun.yaml
vendored
2
.github/workflows/bun.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
name: 'Format & Build' # Format, Lint, & Build
|
||||
name: 'Format & Build Frontend' # Format, Lint, & Build
|
||||
env:
|
||||
PUBLIC_API_BASE_URL: ''
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/python.yaml
vendored
2
.github/workflows/python.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
name: 'Format & Build' # Format, Lint, & Build
|
||||
name: 'Format, Lint, & Build Backend'
|
||||
env:
|
||||
PUBLIC_API_BASE_URL: ''
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue