Skip to content

fix: fix missing packages build in dockerfile #24

fix: fix missing packages build in dockerfile

fix: fix missing packages build in dockerfile #24

name: Build and Push Admin Docker Image
on:
push:
branches:
- 'main'
paths:
- 'apps/admin/**'
- 'packages/**'
- 'pnpm-lock.yaml'
- 'Dockerfile'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
with:
docker-file-path: ./Dockerfile
docker-build-target: admin