feat(): add cron every month

pull/54/head
Magicalex 2020-04-28 14:39:26 +02:00
parent a7c81d4e42
commit 310eacf710
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
3 changed files with 9 additions and 6 deletions

View File

@ -6,12 +6,12 @@ on:
- stable-* - stable-*
jobs: jobs:
build-latest-tag: build-tag:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
- -
name: Set up Docker Buildx name: Set up Docker Buildx
id: buildx id: buildx

View File

@ -2,15 +2,18 @@ name: build
on: on:
push: push:
branches: master branches:
- master
schedule:
- cron: '0 19 1 * *'
jobs: jobs:
build-latest-tag: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
- -
name: Set up Docker Buildx name: Set up Docker Buildx
id: buildx id: buildx

View File

@ -2,7 +2,7 @@
![logo](https://i.imgur.com/Bjrtbsc.png) ![logo](https://i.imgur.com/Bjrtbsc.png)
![](https://github.com/mondediefr/docker-flarum/workflows/build/badge.svg?branch=master&event=push) ![](https://github.com/mondediefr/docker-flarum/workflows/build/badge.svg)
[![](https://img.shields.io/docker/pulls/mondedie/flarum)](https://hub.docker.com/r/mondedie/flarum) [![](https://img.shields.io/docker/pulls/mondedie/flarum)](https://hub.docker.com/r/mondedie/flarum)
[![](https://img.shields.io/docker/stars/mondedie/flarum)](https://hub.docker.com/r/mondedie/flarum) [![](https://img.shields.io/docker/stars/mondedie/flarum)](https://hub.docker.com/r/mondedie/flarum)