Skip to content

Merge pull request #6407 from will-moore/history_5.6.13 #370

Merge pull request #6407 from will-moore/history_5.6.13

Merge pull request #6407 from will-moore/history_5.6.13 #370

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 .