Skip to content

🔀 sync main -> develop #29

🔀 sync main -> develop

🔀 sync main -> develop #29

Workflow file for this run

name: Docker Build
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Docker image
run: |
docker build -t heavy-mock-http-server:dev server