Skip to content

Build

Build #9

Workflow file for this run

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