Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

chore(deps-dev): bump typescript from 5.0.4 to 5.1.6 in /api #342

chore(deps-dev): bump typescript from 5.0.4 to 5.1.6 in /api

chore(deps-dev): bump typescript from 5.0.4 to 5.1.6 in /api #342

Workflow file for this run

name: Docker Build
on:
workflow_dispatch:
push:
branches:
- 'develop'
- 'main'
pull_request:
jobs:
docker-build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Build images"
run: docker build . --rm=false