Skip to content

Dependencies: Update angular monorepo to v22 #314

Dependencies: Update angular monorepo to v22

Dependencies: Update angular monorepo to v22 #314

Workflow file for this run

name: Build and Deploy to Dev
permissions:
contents: read
packages: write
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-push:
uses: ./.github/workflows/build-and-push.yml
secrets: inherit
deploy-container:
needs: build-push
uses: ./.github/workflows/deploy-docker.yml
secrets: inherit
with:
environment: PROMPT-Dev
tease_image_tag: ${{ needs.build-push.outputs.tease_image_tag }}