Skip to content

Bump @angular/core from 19.0.0 to 19.2.18 in /frontend-angular #4559

Bump @angular/core from 19.0.0 to 19.2.18 in /frontend-angular

Bump @angular/core from 19.0.0 to 19.2.18 in /frontend-angular #4559

Workflow file for this run

name: Docker Build Images
on: pull_request
jobs:
build_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image for backend
run: docker build . --file Dockerfile --tag brainup/brn-backend
- name: List of docker images
run: docker images
build_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image for frontent
run: docker build . --file Dockerfile_frontend --tag brainup/brn-frontend
- name: List of docker images
run: docker images