Skip to content

Docker Build

Docker Build #375

Workflow file for this run

name: "Docker Build"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
build:
name: Build Docker image
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build docker
run: docker build .