Skip to content

Commit

Permalink
Implemented nightly rebuild of Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher authored Dec 1, 2019
1 parent 53303f4 commit caaeb55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Push

on:
schedule:
- cron: '*/15 0 * * *'
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit caaeb55

Please sign in to comment.