mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 06:52:47 +00:00
🛡️ chore: Harden Docker Dev Image Builds (#13041)
* chore: harden Docker dev image builds * chore: align Docker dev workflow timeouts
This commit is contained in:
parent
2e683f112b
commit
94ac44e3b4
4 changed files with 48 additions and 4 deletions
7
.github/workflows/dev-branch-images.yml
vendored
7
.github/workflows/dev-branch-images.yml
vendored
|
|
@ -10,9 +10,14 @@ on:
|
|||
- 'client/**'
|
||||
- 'packages/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 130
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -69,4 +74,4 @@ jobs:
|
|||
${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.image_name }}:${{ github.sha }}
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.image_name }}:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
target: ${{ matrix.target }}
|
||||
target: ${{ matrix.target }}
|
||||
|
|
|
|||
1
.github/workflows/dev-images.yml
vendored
1
.github/workflows/dev-images.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 130
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue