CI: allow to trigger Docker image rebuild manually

This commit is contained in:
Leonid Pliushch 2020-12-17 23:54:17 +02:00
parent 8fec9045fd
commit bddfd7da4d
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
- 'scripts/setup-ubuntu.sh'
schedule:
- cron: '0 2 * * 0'
workflow_dispatch:
jobs:
update: