fix: action should run at midnight for nightly builds

This commit is contained in:
Matt Kilgore
2024-09-10 09:44:28 -04:00
committed by GitHub
parent 19c6d4dec5
commit 9e3f82fbac
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Docker publish rootless
on:
schedule:
- cron: '00 6 * * *'
- cron: '00 0 * * *'
push:
branches: [ "main" ]
paths:

View File

@@ -2,7 +2,7 @@ name: Docker publish
on:
schedule:
- cron: '00 6 * * *'
- cron: '00 0 * * *'
push:
branches: [ "main" ]
paths: