Skip to content

feat: add computed resource tables and update deployment resource sel… #1416

feat: add computed resource tables and update deployment resource sel…

feat: add computed resource tables and update deployment resource sel… #1416

name: Packages / Migrations
on:
pull_request:
branches: ["*"]
paths:
- packages/db/**
- .github/workflows/packages-migrations.yaml
- packages/validators/src/auth/index.ts
push:
branches: ["main"]
paths:
- packages/db/**
- .github/workflows/packages-migrations.yaml
- packages/validators/src/auth/index.ts
jobs:
build:
uses: ./.github/workflows/build-image.yaml
secrets: inherit
with:
image-name: ctrlplane/migrations
dockerfile: packages/db/Dockerfile
platform: "linux/amd64"