Skip to content

feat: add Docker and GitHub action for CI/CD #24

feat: add Docker and GitHub action for CI/CD

feat: add Docker and GitHub action for CI/CD #24

Workflow file for this run

name: Docker build
on:
pull_request:
jobs:
build:
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
lfs: true
- name: Build Docker image
run: docker build --no-cache -t lods .