Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Add monthly schedule build to stay up to date
  • Loading branch information
xbgmsharp authored Jun 30, 2022
1 parent be36039 commit 49802f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- 'master'
schedule:
# we build monthly at 00:00 on day-of-month 1
- cron: '0 0 1 * *'

jobs:
docker:
Expand Down

0 comments on commit 49802f8

Please sign in to comment.