Skip to content

M2C-6569: Revise pipeline to support Serverless v4 #26

M2C-6569: Revise pipeline to support Serverless v4

M2C-6569: Revise pipeline to support Serverless v4 #26

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Build docker image
run: docker build --build-arg NODE_TAG=20 .