Skip to content

Chore(deps): bump @tabler/icons-react from 3.26.0 to 3.29.0 in /services/frontend #181

Chore(deps): bump @tabler/icons-react from 3.26.0 to 3.29.0 in /services/frontend

Chore(deps): bump @tabler/icons-react from 3.26.0 to 3.29.0 in /services/frontend #181

name: Check Image Build
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [ "release/**", "develop" ]
paths-ignore:
- '.github/**'
jobs:
frontend:
name: Check Standalone Frontend Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Frontend Docker Image
run: docker build . --file services/frontend/Dockerfile --tag justnz/alertflow:frontend-test
backend:
name: Check Standalone Backend Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Backend Docker Image
run: docker build . --file services/backend/Dockerfile --tag justnz/alertflow:backend-test
alertflow:
name: Check AlertFlow Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build AlertFlow Docker Image
run: docker build . --file Dockerfile --tag justnz/alertflow:test