Skip to content

add job to test the docker build #1

add job to test the docker build

add job to test the docker build #1

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-20.04
steps:
- uses: actions/checkout@v4
- name: build docker
run: docker build .