mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 08:44:22 +08:00
27 lines
530 B
YAML
27 lines
530 B
YAML
---
|
|
secure:
|
|
required_reviews: 1
|
|
requires_mfa: true
|
|
requires_verified: true
|
|
upstream_repository: base-org/web
|
|
|
|
build:
|
|
engines:
|
|
- BaldurECR:
|
|
name: web
|
|
path: ./apps/web/Dockerfile
|
|
architecture: arm64
|
|
- BaldurECR:
|
|
name: docs
|
|
path: ./apps/base-docs/Dockerfile
|
|
architecture: amd64
|
|
- BaldurECR:
|
|
name: bridge
|
|
path: ./apps/bridge/Dockerfile
|
|
architecture: amd64
|
|
multi_arch: true
|
|
|
|
operate:
|
|
slack_channels:
|
|
- '#base-codeflow-notifications'
|