From ed023c6db40067265c85ba816ef56d12f7be1791 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Mon, 15 Nov 2021 23:52:31 +0000 Subject: [PATCH] build(ci): set cron time with 23:30 (UTC) --- .github/workflows/auto-update.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index b6ed79f..4a18d1d 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -2,7 +2,7 @@ name: update-bot on: schedule: - - cron: '50 23 * * *' + - cron: '30 23 * * *' env: REGISTRY: ghcr.io diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f65ba95..0dd2a05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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