Skip to content

Add/#83/service guide(swm 344) #10

Add/#83/service guide(swm 344)

Add/#83/service guide(swm 344) #10

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
types: [opened, edited, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Next.js app
run: docker build -t mytest .