🛡️ chore: Harden Docker Dev Image Builds (#13041)

* chore: harden Docker dev image builds

* chore: align Docker dev workflow timeouts
This commit is contained in:
Danny Avila 2026-05-09 16:30:28 -04:00 committed by GitHub
parent 2e683f112b
commit 94ac44e3b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 48 additions and 4 deletions

View file

@ -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 }}

View file

@ -13,6 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 130
strategy:
matrix:
include: