Browse Source

change build time to 23:00

pull/5/head
Daniel Gibbs 3 years ago
parent
commit
6680cd4b16
  1. 2
      .github/workflows/docker-publish.yml

2
.github/workflows/docker-publish.yml

@ -4,7 +4,7 @@ on:
push: push:
branches: ["main", "master"] branches: ["main", "master"]
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 23 * * *"
jobs: jobs:
docker: docker:

Loading…
Cancel
Save