Skip to content

Commit

Permalink
add build cron
Browse files Browse the repository at this point in the history
a new image will be released every week to have up-to-date packages at any given moment
  • Loading branch information
beni69 authored Mar 20, 2022
1 parent 3bd6f2c commit 19d51f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build-rootfs

on: workflow_dispatch
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 19d51f8

Please sign in to comment.