mirror of https://github.com/openwrt/docker.git
CI: Change 22.03 builds to Tuesdays
22.03 snapshots appear to be built on weekends, so shifting builds to Tuesdays should allow the Docker images to package the newest snapshots more consistently. Signed-off-by: Jeffery To <jeffery.to@gmail.com>pull/120/head
parent
03647585b6
commit
b0deb277e1
|
|
@ -16,7 +16,7 @@ on:
|
|||
schedule:
|
||||
- cron: "0 5 * * *" # daily snapshot
|
||||
- cron: "0 6 * * *" # daily 23.05-SNAPSHOT
|
||||
- cron: "0 7 * * 0" # weekly 22.03-SNAPSHOT
|
||||
- cron: "0 7 * * 2" # weekly 22.03-SNAPSHOT
|
||||
- cron: "0 8 * * 0" # weekly 21.02-SNAPSHOT
|
||||
|
||||
jobs:
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
echo "REF=openwrt-23.05" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Set release to 22.03-SNAPSHOT
|
||||
if: github.event.schedule == '0 7 * * 0'
|
||||
if: github.event.schedule == '0 7 * * 2'
|
||||
run: |
|
||||
echo "VERSION=22.03-SNAPSHOT" >> "$GITHUB_ENV"
|
||||
echo "VERSION_PATH=releases/22.03-SNAPSHOT" >> "$GITHUB_ENV"
|
||||
|
|
|
|||
Loading…
Reference in New Issue