mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
chore(dev-images.yml): rename workflow to "Docker Dev Images Build" (#717)
chore(deploy-compose.yml): change port mapping from 9000:3080 to 3080:3080
This commit is contained in:
parent
ba2e95db04
commit
dae2805d27
2 changed files with 3 additions and 6 deletions
7
.github/workflows/dev-images.yml
vendored
7
.github/workflows/dev-images.yml
vendored
|
|
@ -1,10 +1,7 @@
|
|||
name: Docker Multi-Stage Build on Push to Main
|
||||
name: Docker Dev Images Build
|
||||
|
||||
# The workflow is triggered when a push is made to the main branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue