diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 944e31b..5c595a1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,13 +1,8 @@ name: Docker -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - on: schedule: - - cron: '35 23 * * *' + - cron: '0 0 * * *' push: branches: [ main ] pull_request: