build(ci): set cron time with 23:30 (UTC)
This commit is contained in:
parent
f80d70b5cf
commit
ed023c6db4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
|
|
@ -2,7 +2,7 @@ name: update-bot
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '50 23 * * *'
|
||||
- cron: '30 23 * * *'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
tags: |
|
||||
type=edge
|
||||
type=schedule,pattern={{date 'YYYYMMDD'}}
|
||||
type=raw,${{ needs.check.outputs.version }}
|
||||
type=raw,${{ needs.check.outputs.new_ver }}
|
||||
type=raw,latest
|
||||
|
||||
- name: Save status
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue