Skip to content

chore: optimize Dockerfile for multi-stage builds and cache efficiency #3595

chore: optimize Dockerfile for multi-stage builds and cache efficiency

chore: optimize Dockerfile for multi-stage builds and cache efficiency #3595

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- 'apps/**'
- 'packages/**'
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
environment: 'ci'