CI: refresh the image each week
This commit is contained in:
parent
28d9e2974c
commit
0c5f52a442
|
@ -6,6 +6,10 @@ on:
|
|||
tags: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
schedule:
|
||||
- cron: '0 7 * * 0'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Reference in New Issue