fix workflow running every day

This commit is contained in:
anonoe 2026-03-25 22:37:25 +01:00
parent 377aa28aa4
commit 3a9c3044f8
Signed by: anonoe
SSH key fingerprint: SHA256:OnAs6gNQelOnDiY5tBpDYKQiuTgBvnmIdMo5P09cdqg

View file

@ -4,7 +4,7 @@ on:
tags: tags:
- 'jre-alpine*.**.*/v**' - 'jre-alpine*.**.*/v**'
schedule: schedule:
- cron: '0 0 1-31 1-12 1' - cron: '0 0 * * 1'
jobs: jobs:
build_push: build_push: