feat(): add cron every month
parent
a7c81d4e42
commit
310eacf710
.github/workflows
|
@ -6,12 +6,12 @@ on:
|
|||
- stable-*
|
||||
|
||||
jobs:
|
||||
build-latest-tag:
|
||||
build-tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
|
|
@ -2,15 +2,18 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 19 1 * *'
|
||||
|
||||
jobs:
|
||||
build-latest-tag:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
[](https://hub.docker.com/r/mondedie/flarum)
|
||||
[](https://hub.docker.com/r/mondedie/flarum)
|
||||
|
||||
|
|
Loading…
Reference in New Issue