build(ci): set cron time with 23:30 (UTC)

This commit is contained in:
Mogeko 2021-11-15 23:52:31 +00:00
parent f80d70b5cf
commit ed023c6db4
No known key found for this signature in database
GPG key ID: B35485A88F40AD2C
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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