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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '50 23 * * *'
|
- cron: '30 23 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
type=edge
|
type=edge
|
||||||
type=schedule,pattern={{date 'YYYYMMDD'}}
|
type=schedule,pattern={{date 'YYYYMMDD'}}
|
||||||
type=raw,${{ needs.check.outputs.version }}
|
type=raw,${{ needs.check.outputs.new_ver }}
|
||||||
type=raw,latest
|
type=raw,latest
|
||||||
|
|
||||||
- name: Save status
|
- name: Save status
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue