Skip to content

Will it build?

Will it build? #66

Workflow file for this run

name: Will it build?
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: "38 17 * * 2"
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build .