Skip to content

improve workflows

improve workflows #10

name: "schedule/docker"

Check failure on line 1 in .github/workflows/schedule-docker.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/schedule-docker.yaml

Invalid workflow file

invalid `cron` attribute "0 7 * * 45"
on:
schedule:
- cron: '0 7 * * 45'
jobs:
schedule:
uses: ./.github/workflows/build-docker.yaml
secrets: inherit
with:
publish: true