Skip to content

Bump typescript from 5.5.4 to 5.6.2 in /framerail #227

Bump typescript from 5.5.4 to 5.6.2 in /framerail

Bump typescript from 5.5.4 to 5.6.2 in /framerail #227

name: '[backend] Docker build Framerail (local)'
on:
pull_request:
paths:
- 'framerail/**'
- 'install/local/dev/web/Dockerfile'
- '.github/workflows/docker-build-web.local.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build image
run: docker build -f install/local/dev/web/Dockerfile .
env:
DOCKER_BUILDKIT: 1