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