Skip to content

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

feat: add Docker and GitHub action for CI/CD

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

Workflow file for this run

name: Docker build
on:
pull_request:
jobs:
build:
runs-on: [self-hosted, windows]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: docker build -t lods .