Skip to content

Build

Build #107

Workflow file for this run

name: "Build"
on:
push:
branches:
- master
schedule:
# Random time each week.
- cron: '32 8 * * 4'
jobs:
build:
uses: silvenga-docker/building/.github/workflows/publish-github.yaml@master
secrets: inherit